closes FS#369
[platal.git] / install.d / apache.conf
CommitLineData
0337d704 1Alias /xorg /usr/share/xorg/htdocs
2
3<Directory /usr/share/xorg>
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 ".:/usr/share/xorg/include:/usr/share/xorg/configs:/usr/share/diogenes/lib:/usr/share/php/smarty/libs:/usr/share/php"
14 </IfModule>
15</Directory>