Ow Mun Heng wrote:
I stopped getting list mail for awhile so I don't know if this has been answered.Anychance I can know which files are currently being processed by the web-server?
I'm looking at the logs, but they are only a snapshot, they do not tell
me how much has been transferred for that file and the status of the
transfer.
What you can do is enable server-status in your httpd.conf file it will give you stats on cpu load, how many bytes have been transfered, etc..
It is an alias you access it at -- http://servername/server-status
-Joshua