Ajoute la configuration apache pour ldapsaisie

This commit is contained in:
root 2014-11-07 15:28:58 +00:00
parent befd4e3ab2
commit 6683934841
1 changed files with 9 additions and 0 deletions

9
lot2/apache.conf Normal file
View File

@ -0,0 +1,9 @@
DocumentRoot /usr/share/ldapsaisie
<Directory /usr/share/ldapsaisie>
<IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
php_flag register_globals Off
</IfModule>
Options -Indexes +FollowSymLinks
</Directory>