Re: URL to file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Feb 17, 2010 at 12:27 PM, André Hänsel <andre@xxxxxxxx> 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
covener@xxxxxxxxx

---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux