How can I view what a certain apache connection is doing?
When I use netstat -a I see like 10 connections comming from 1 IP address and it's using like 16KB/s worth of bandwidth. I'm assuming this user is downloading some files through my webserver but I have no way of finding out what files they are accessing. How can I figure out what files this user is accessing ?
When I use netstat -a I see like 10 connections comming from 1 IP address and it's using like 16KB/s worth of bandwidth. I'm assuming this user is downloading some files through my webserver but I have no way of finding out what files they are accessing. How can I figure out what files this user is accessing ?