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

This commit is contained in:
mlutfy 2009-02-05 20:47:01 +00:00
parent f9604fbef2
commit 16d7fc3bac
1 changed files with 8 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
</VirtualHost> </VirtualHost>
<Directory /var/alternc> <Directory /var/alternc>
AllowOverride AuthConfig FileInfo AllowOverride AuthConfig FileInfo Limit Options Indexes
Options Indexes Includes FollowSymLinks MultiViews Options Indexes Includes FollowSymLinks MultiViews
Order allow,deny Order allow,deny
Allow from all Allow from all
@ -38,4 +38,11 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
php_admin_value sendmail_path /usr/lib/alternc/sendmail php_admin_value sendmail_path /usr/lib/alternc/sendmail
</Directory> </Directory>
<Directory /usr/share/phpmyadmin>
AllowOverride AuthConfig Options FileInfo Limit Indexes
Options Indexes Includes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>
Include /etc/alternc/bureau.conf Include /etc/alternc/bureau.conf