This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
gi-psl/lot2/apache.conf

10 lines
224 B
ApacheConf

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>