https://bz.apache.org/bugzilla/show_bug.cgi?id=59354
Bug ID: 59354
Summary: DirectoryIndex + FallbackResource
Product: Apache httpd-2
Version: 2.4.20
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: mod_dir
Assignee: [email protected]
Reporter: [email protected]
When accessing host "http://domain.com/" using
<Directory /sites/test>
DirectoryIndex index.html index.php
FallbackResource /index.php
and having index.php contain nothing (0 bytes), apache kicks the client out
without sending anything (not even http headers). No error is logged on debug.
Workarounds (any one):
- Directoryindex is overriden in .htaccess to only "index.php"
- Edit index.php to output minimum 1 character of body data
- Remove FallbackResource
Note: accessing a nonexistant path WORKS, so seems to be a conflict between
DirectoryIndex / FallbackResource and something related to output encoding.
Bug #58292 MAY be related, but too little info to tell.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]