>Number: 4923 >Category: general >Synopsis: <Files> denying, DirectoryIndex and "Options indexes" cause >conflict >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sun Aug 29 05:40:01 PDT 1999 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3.6 >Environment: RedHat intel 5.2 vanilla install. Apache compiled by myself. >Description: In httpd.conf I have: DirectoryIndex index.html index.shtml index.phtml index.asp
Also: <Files ~ "\.(asp|php3|phtml)$"> Order allow,deny Deny from all </Files> Then I try to turn on Options Indexes in a directory: <Directory /home/blahus/blahusweb/html/stats> Options Indexes IndexOrderDefault Descending Name </Directory> When accessing this directory, I get this error: [Sun Aug 29 14:03:35 1999] [error] [client 195.163.200.184] client denied by server configuration: /home/blahus/blahusweb/html/stats/index.phtml [Sun Aug 29 14:03:35 1999] [error] [client 195.163.200.184] client denied by server configuration: /home/blahus/blahusweb/html/stats/index.asp I believe apache checks all of the files listed in DirectoryIndex, and when noticing that index.phtml is not allowed (by <Files>) it denies access, even though no index.(asp|phtml) is present on disk. A workaround is to place "DirectoryIndex foo" inside the <Directory> supposed to allow indexes. >How-To-Repeat: Insert the config directives I described and access the directory. >Fix: <Files> should not deny files listed in DirectoryIndex, when they are not physically present >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include <[EMAIL PROTECTED]> in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]