Hi all,
A quick question I hope:
How does one go about monitoring HTTP transfers in progress from an
apache2 server? The log file /var/log/apache2/access.log only records
transfers once they are completed so it's not very useful for monitoring
large transfers. The best I've been able to come up with so far is with
netstat which has rather limited usefulness in this case.
I've seen a perl module called apache2:uploadProgress but I'm not sure
if that will do what I'm wanting.
Any ideas would be appreciated,
Greg