Changeset 2459


Ignore:
Timestamp:
02/05/09 21:47:01 (4 years ago)
Author:
mlutfy
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/etc/alternc/apache2.conf

    r2335 r2459  
    2424 
    2525<Directory /var/alternc> 
    26         AllowOverride AuthConfig FileInfo 
     26        AllowOverride AuthConfig FileInfo Limit Options Indexes 
    2727        Options Indexes Includes FollowSymLinks MultiViews 
    2828        Order allow,deny 
     
    3939</Directory> 
    4040 
     41<Directory /usr/share/phpmyadmin> 
     42        AllowOverride AuthConfig Options FileInfo Limit Indexes 
     43        Options Indexes Includes FollowSymLinks MultiViews 
     44        Order allow,deny 
     45        Allow from all 
     46</Directory> 
     47 
    4148Include /etc/alternc/bureau.conf 
Note: See TracChangeset for help on using the changeset viewer.