On Aug 21, 2009, at 11:49 AM, Andrew Hole wrote:

Apache logs are written when the request is completed (when browser received the response)?


Apache access logs are written during the logging phase of the request processing, which is usually after the respone has been written to the client.

The response may not have been received by the client at this time, since Apache itself doesn't care about the actual network data transfer. It just writes to a socket descriptor, and leaves the rest up to the operating system.

S.

--
Sander Temme
scte...@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to