Alternc  latest
Alternc logiel libre pour l'hébergement
apache.conf
Go to the documentation of this file.
1 #
2 # Squirrelmail apache config modified for AlternC
3 #
4 # WARNING: Do not edit this file, edit the one in /etc/alternc/templates and launch alternc.install again.
5 #
6 #Alias /squirrelmail /usr/share/squirrelmail
7 
8 <Directory /usr/share/squirrelmail>
9  php_value open_basedir /usr/share/squirrelmail:/var/spool/squirrelmail/
10  php_admin_flag safe_mode off
11  Options Indexes FollowSymLinks
12 </Directory>
13