/[libdata]/branches/pear-db/etc/httpd.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.conf

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.26