DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41138>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41138
Summary: "false positive" error checking
Product: Apache httpd-2
Version: 2.0.54
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: bugs@httpd.apache.org
ReportedBy: ain3a17@ardent.dissimulo.com
Discovered in converting from apache-ssl(v1) to Apache2(Debian stable) ....
Page (in UserDir space) access fails with "Internal Server Error" due to the
existence of .htaccess file which contains only "Options +Indexes" even though
Indexes are permitted by the server/module configuration.
Removing the file, or leaving an empty .htaccess file, enable the page without
error. I acknowledge that Indexes is not a permitted override, yet it is a
configured option, and should therefore not be considered illegal or in error.
The error report and conditions are pasted below.
[Fri Dec 08 21:04:26 2006] [alert] [client --.--.--.--]
/home/tj/public_html/.htaccess: Options not allowed here
root# cat /home/tj/public_html/.htaccess
Options +Indexes
root# cat /etc/apache2/mods-enabled/userdir.conf
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
</Directory>
</IfModule>
root#
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|