AW: [us...@httpd] URL to file

2010-02-17 Thread André Hänsel
Eric Covener wrote: [...] > http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes > http://httpd.apache.org/docs/2.2/mod/core.html#loglevel > [Wed Feb 17 12:33:57 2010] [info] [client 127.0.0.1] found %2f > (encoded '/') in URI (decoded='/foo/'), returning 404 > > > Where can I l

Re: [us...@httpd] URL to file

2010-02-17 Thread Eric Covener
On Wed, Feb 17, 2010 at 12:27 PM, André Hänsel wrote: > Hi, > > I'm confused: > > If I call http://localhost/doesntexit/lalala/ an error log entry is created > and a 404 is delivered. > If I call http://localhost/doesntexit.php/lalala/ an error log entry is > created and a 404 is delivered. > If I

[us...@httpd] URL to file

2010-02-17 Thread André Hänsel
Hi, I'm confused: If I call http://localhost/doesntexit/lalala/ an error log entry is created and a 404 is delivered. If I call http://localhost/doesntexit.php/lalala/ an error log entry is created and a 404 is delivered. If I call http://localhost/blah.php/lalala/ blah.php is executed. If I call