On Wed, Feb 17, 2010 at 12:27 PM, André Hänsel <[email protected]> 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 call http://localhost/blah.php/lalala/ blah.php is executed.
> If I call http://localhost/blah.php/lalala%2f NO error log entry is created,
> however a 404 is delivered.
> If I call http://localhost/doesntexist.php/lalala%2f still no error log
> entry is created and a 404 is delivered.


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 look up the logic behind this behaviour and is there a place
http://httpd.apache.org/docs/2.2/mod/core.html#acceptpathinfo

> where I can see to which file an URL is resolved?
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html (%f)



-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to