1 post tagged “input/output”
I've been readin the Apache Httpd Logs documentation for version 1.3, 2.0 and 2.2 :
- http://httpd.apache.org/docs/1.3/logs.html
- http://httpd.apache.org/docs/2.0/logs.html
- http://httpd.apache.org/docs/2.2/logs.html
and noticed that in Apache Httpd 2.2 there are a couple of new modules / features that could be very useful for any development servers you run !
mod_logio adds in two additional
LogFormat fields
(%I and %O) that log the actual number of bytes received and sent
on the network.
mod_log_forensic provides for forensic logging of
client requests. Logging is done before and after processing a
request, so the forensic log contains two log lines for each
request. The forensic logger is very strict with no customizations.
It can be an invaluable debugging and security tool.