From fd6bc143226300b296dab1ed5791cdff3bfda789 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sun, 27 Mar 2011 16:39:06 +0000 Subject: [PATCH] squirrelmail autorise dans apache2.conf --- etc/alternc/apache2.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/alternc/apache2.conf b/etc/alternc/apache2.conf index 1a5ed20c..198a56e0 100644 --- a/etc/alternc/apache2.conf +++ b/etc/alternc/apache2.conf @@ -56,6 +56,12 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ Order allow,deny Allow from all + + AllowOverride AuthConfig Options FileInfo Limit Indexes + Options Indexes Includes FollowSymLinks MultiViews + Order allow,deny + Allow from all + Include /etc/alternc/bureau.conf Include /var/alternc/apache-vhost/vhosts_all.conf