You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Mario Brandt <jb...@gmail.com> on 2016/04/24 21:36:30 UTC

Error Log 404

Hi,
in the docs there is an example [1] that shows a 404 error including
the full path in the file system.
AFAIK 404 error are only in the access log in httpd 2.4 with the
requested url rather than the file system path.

Is that a misunderstanding on my side because the default LogLevel
warn doesn't log 404 errors or a documentation misleading?

Cheers
Mario



[1]https://httpd.apache.org/docs/2.4/logs.html#errorlog

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: Error Log 404

Posted by Rich Bowen <rb...@rcbowen.com>.
Documentation error. The loglevel of 404s was recently changed.

Here's a correct example from my log files, as of 2 minutes ago:

[Sun Apr 24 20:08:51.284900 2016] [core:info] [pid 19953:tid
140210505770752] [client 64.134.155.243:56876] AH00128: File does not
exist: /var/www/vhosts/www.rcbowen.com/foo


Note that it is 'info' rather than the 'error' from the docs.

--Rich


On 04/24/2016 03:36 PM, Mario Brandt wrote:
> Hi,
> in the docs there is an example [1] that shows a 404 error including
> the full path in the file system.
> AFAIK 404 error are only in the access log in httpd 2.4 with the
> requested url rather than the file system path.
> 
> Is that a misunderstanding on my side because the default LogLevel
> warn doesn't log 404 errors or a documentation misleading?
> 
> Cheers
> Mario
> 
> 
> 
> [1]https://httpd.apache.org/docs/2.4/logs.html#errorlog
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
> For additional commands, e-mail: docs-help@httpd.apache.org
> 


-- 
Rich Bowen - rbowen@rcbowen.com - @rbowen
http://apachecon.com/ - @apachecon