Apache 2.2/Ubuntu 7.2 doesn't allow Indexes and FollowSymLinks in .htaccess
Yuan
Joined: 2003-12-03
Posts: 144 |
Posted: Sun, 2007-08-05 09:36 |
Immediately after Apache2/Ubuntu 7.2 started to process gallery/.htaccess (http://gallery.menalto.com/node/67706#comment-245518), it threw out 500 error. error_log records ".htaccess: Option Indexes not allowed here" and if I remove -Indexes from .htaccess, I get ".htaccess: Option FollowSymLinks not allowed here". This is the same situation described in http://gallery.menalto.com/node/2447#comment-7846. 1) To make Gallery functional: comment out the entire line from gallery/.htaccess The caveat is: the next time Configuration Wizard is run, it'll add "Options -Indexes +FollowSymLink" back. So in order to make the settings to completely work, Now the question: Why does Apache 2.2.3 disallow these options even if AllowOverride is set to All? Also, giving up FollowSymLinks is a bit too much of a sacrifice for me. Therefore, The following information is required to get an answer: |
|
Posts: 9
It sounds like apache's conf file is set to not allow overrides anywhere. Check httpd.conf, and depending on the configuration, check any other conf files in apache's directory. It may be loading more than just httpd.conf, and you may have something in the other conf files disabling overrides.