On 5/18/05, Michael Lu <[EMAIL PROTECTED]> wrote:
> Is there a way to log request  content length in access.log?  There is a %b
> option to log response content lengh so I think there should be one for
> request as well?

You can log the stated content-length with %{Content-Length}i.  If you
want the actual number of bytes received, you'll need to look at %I
provided by mod_log_io.

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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to