ldapsaisie/debian/conf/apache.conf

10 lines
264 B
ApacheConf
Raw Normal View History

2013-06-16 09:38:25 +02:00
Alias /ldapsaisie /usr/share/ldapsaisie
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
2013-06-16 09:38:25 +02:00
php_value error_reporting "E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_STRICT"
2013-03-31 05:25:54 +02:00
</IfModule>
</Directory>