On Apr 22, 2008, at 10:08, Arnab Ganguly wrote:

Hi All,
How do I get the content length in the access log.Is there any configuration I need to do in the httpd.conf file?

Also what is the "276" value in the line of the access log file 12.246.123.60 - - [04/Apr/2003:13:01:15 -0500] "GET /scripts/ root.exe?/c+dir HTTP/1.0" 404 276 ?
Thanks in advance.

It's the number of bytes transferred - ie, the content length. In this case, it was the size of a 404 error document.

For full documentation of the Common Log Format, please see http:// httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats and http:// httpd.apache.org/docs/2.2/logs.html#accesslog

--
If you miss this moment
You miss your life



Reply via email to