On Tue, Apr 22, 2008 at 10:08 AM, Arnab Ganguly <aganguly01@xxxxxxxxx> 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 ? Unsurprisingly, your questions are related. 276 is the content length of the response. In this case, it is the length of the error document that apache sent along with the 404 status code. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx