ldapsaisie/debian/conf/apache.conf

10 lines
235 B
ApacheConf
Raw Normal View History

Alias /ldapsaisie /usr/share/ldapsaisie/public_html
2013-03-31 05:25:54 +02:00
2013-06-16 09:38:25 +02:00
<Directory /usr/share/ldapsaisie>
2013-03-31 05:25:54 +02:00
<IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
php_flag register_globals Off
</IfModule>
2020-04-29 15:15:41 +02:00
Options -Indexes +FollowSymLinks
</Directory>