/[libdata]/trunk/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 /trunk/etc/httpd-alias.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 73 - (show annotations)
Thu Mar 18 21:27:37 2004 UTC (20 years, 1 month ago) by dpavlin
File size: 683 byte(s)
sync trunk to HEAD of pear-db (without changes specific to PEAR which will be dropped)

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
6 <Directory /data/libdata-dev/>
7 AllowOverride None
8 Order allow,deny
9 Allow from all
10 </Directory>
11
12 <Location /libdata-dev>
13 AddDefaultCharset off
14 AddType application/x-httpd-php .php
15 AddType application/x-httpd-php .phtml
16 php_admin_value default_charset iso-8859-2
17 php_admin_value register_globals On
18 php_admin_value magic_quotes_gpc Off
19 php_admin_value include_path .:/usr/share/php:/usr/share/pear:/data/libdata-dev/include
20 AddType text/html .shtml
21 AddHandler server-parsed .shtml
22 DirectoryIndex subjects.phtml login.phtml
23 </Location>

  ViewVC Help
Powered by ViewVC 1.1.26