Release diogenes-0.9.22
[diogenes.git] / config / apache.conf
1 Alias /diogenes /usr/share/diogenes/htdocs
2
3 <Directory /usr/share/diogenes>
4   Options FollowSymLinks MultiViews
5   Order allow,deny
6   Allow from all
7   <IfModule mod_dir.c>
8     DirectoryIndex index.php
9   </IfModule>
10   <IfModule mod_php4.c>
11     php_value magic_quotes_gpc On
12     php_value register_globals Off
13     php_value include_path ".:/etc/diogenes:/usr/share/diogenes/include:/usr/share/php/smarty/libs:/usr/share/php"
14   </IfModule>
15   <IfModule mod_php5.c>
16     php_value magic_quotes_gpc On
17     php_value register_globals Off
18     php_value include_path ".:/etc/diogenes:/usr/share/diogenes/include:/usr/share/php/smarty/libs:/usr/share/php"
19   </IfModule>
20 </Directory>