views:

12

answers:

0

I want to enhance my AWStats installation by adding the Content-Length field from a POST request/response to my AWStats reports. How do I accomplish this? What do I need to add to awstats.pl? I'm totally new to Perl programming.

The LogFormat in Apache is:

LogFormat "%h %l %u %t \"%r\" %>s %b %{Content-Length}i" enhcommon

Many thanks!