On 11 Jun 2007, at 15:01, Allen Pulsifer wrote:
When processing a "GET /.../file.html", Apache httpd briefly treats
file.html as a directory and attempts to open
"docroot/.../file.html/.htaccess". The os returns ENOTDIR, and then
processing of the request continues.
[...]
Does anyone else see the same behavior? Is this a bug?
Configuration: Apache httpd v 2.2.4 running on a default
installation of
CentOS-5 (ext3 filesystem). Tested with stock configuration
distributed
with CentOS-5, as well as a stock installation compiled from the
source.
Only change to http.conf is:
"AllowOverride None" changed to "AllowOverride All"
same here (2.2.4 on macosx 10.4.9) but AllowOverride None for the
relevant directory.
Giuliano