From 16d7fc3bacacd6422849f0fd01ab15b45c092016 Mon Sep 17 00:00:00 2001 From: mlutfy <> Date: Thu, 5 Feb 2009 20:47:01 +0000 Subject: [PATCH] fix 1181, PMA with Apache2 causes error 500, cannot follow symlinks. Also adding 'AllowOverride AuthConfig FileInfo Limit Options Indexes' because this is necessary for most installs that have .htaccess files --- etc/alternc/apache2.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/alternc/apache2.conf b/etc/alternc/apache2.conf index a20a2e91..577b4698 100644 --- a/etc/alternc/apache2.conf +++ b/etc/alternc/apache2.conf @@ -23,7 +23,7 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ - AllowOverride AuthConfig FileInfo + AllowOverride AuthConfig FileInfo Limit Options Indexes Options Indexes Includes FollowSymLinks MultiViews Order allow,deny Allow from all @@ -38,4 +38,11 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ php_admin_value sendmail_path /usr/lib/alternc/sendmail + + AllowOverride AuthConfig Options FileInfo Limit Indexes + Options Indexes Includes FollowSymLinks MultiViews + Order allow,deny + Allow from all + + Include /etc/alternc/bureau.conf