logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4 "File does not exist" no longer in erro
Author
mwu



Joined: 25 Mar 2012
Posts: 13

PostPosted: Tue 10 Apr '12 19:36    Post subject: Apache 2.4 "File does not exist" no longer in erro Reply with quote

Hello

I'm using the apachelounge Apache 2.4.2 on a Windows Server 2008 R2.

Is it true, that with Apache 2.4 "File does not exist" errors are no longer logged to the error log?

I find "404 Not Found" errors in the access log, but no "File does not exist" messages in the error log.

I'm using "LogLevel warn" in the httpd.conf.

Any idea how to enable "File does not exist" logging, to a separate log file, for some VHOSTs?

rg
Michael
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Tue 10 Apr '12 21:33    Post subject: Reply with quote

You get it with loglevel info

In 2.4 log messages has been shuffled around and have a AH number, see http://wiki.apache.org/httpd/ListOfErrors


Steffen
Back to top
mwu



Joined: 25 Mar 2012
Posts: 13

PostPosted: Tue 10 Apr '12 21:49    Post subject: Reply with quote

Okay, thank you!

I will use LogLevel info within some VirtualHosts.

Michael
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 10 Apr '12 23:11    Post subject: Reply with quote

I've gone to greping my access logs for 404s, using LogLevel info turns up the noise
Back to top


Reply to topic   Topic: Apache 2.4 "File does not exist" no longer in erro View previous topic :: View next topic
Post new topic   Forum Index -> Apache