/[libdata]/branches/pear-db/etc/httpd-alias.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/pear-db/etc/httpd-alias.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (show annotations)
Thu Mar 18 22:20:55 2004 UTC (20 years, 1 month ago) by dpavlin
File size: 755 byte(s)
install in paths according to database

1 # this is example configuration for development
2 # version of libdata. You will need to modify it!
3
4 Alias /libdata-dev /data/libdata-dev
5 Alias /libdata-my /data/libdata-dev
6 Alias /libdata-pg /data/libdata-dev
7
8 <Directory /data/libdata-dev/>
9 AllowOverride None
10 Order allow,deny
11 Allow from all
12 </Directory>
13
14 <Location /libdata-dev>
15 AddDefaultCharset off
16 AddType application/x-httpd-php .php
17 AddType application/x-httpd-php .phtml
18 php_admin_value default_charset iso-8859-2
19 php_admin_value register_globals On
20 php_admin_value magic_quotes_gpc Off
21 php_admin_value include_path .:/usr/share/php:/usr/share/pear:/data/libdata-dev/include
22 AddType text/html .shtml
23 AddHandler server-parsed .shtml
24 DirectoryIndex subjects.phtml login.phtml
25 </Location>

  ViewVC Help
Powered by ViewVC 1.1.26