/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (hide annotations)
Sat Mar 6 18:55:27 2004 UTC (20 years, 2 months ago) by dpavlin
File size: 683 byte(s)
created global include directory and modified httpd configuration file
accordingly

1 dpavlin 60 # 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