Allen Pulsifer wrote: > Summary: > > 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.
Yes, this is a somewhat known issue. Previously it caused issues with earlier versions of reiserfs4: http://issues.apache.org/bugzilla/show_bug.cgi?id=31126 Rici explains more details here: http://marc.info/?l=apache-httpd-dev&m=109470495819687&w=4 It would be nice to fix the root issue.... -Paul
