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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (hide annotations)
Fri Mar 5 13:54:58 2004 UTC (20 years, 2 months ago) by dpavlin
File size: 741 byte(s)
apache server configuration example

1 dpavlin 49 # 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
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     <Directory /data/libdata-dev/>
16     AllowOverride None
17     Order allow,deny
18     Allow from all
19     </Directory>
20     AddType text/html .shtml
21     AddHandler server-parsed .shtml
22     DirectoryIndex subjects.phtml login.phtml
23     </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.26