On 5/18/05, Michael Lu <MLu@xxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx