Log requests in apache upon arrival
Posted
by Patrick Cornelissen
on Server Fault
See other posts from Server Fault
or by Patrick Cornelissen
Published on 2010-04-09T11:45:44Z
Indexed on
2010/04/09
11:53 UTC
Read the original article
Hit count: 443
Is it possible to log requests in the apache when they arrive not when they have been processed?
We have a pretty big web based application and the way it's currently logged is sometimes confusing to read, because each request with it's subrequests is logged "upside down", because apache logs the request after it has been processed, so the initial request is the last entry for this "query".
We're wondering if there is a chance to log on arrival?!
© Server Fault or respective owner