You are not logged in.

#1 2006-10-14 14:37:41

Seb74
Member
Registered: 2006-10-07
Posts: 89

Check httpd uploads from my server?

Just want to know if theres some simple way to see uploads going from my Apache webserver. Maybe see what file and to what IP, and maybe even how far the upload has come?

Thanks smile

Offline

#2 2006-10-14 16:48:10

Klette
Member
Registered: 2005-05-20
Posts: 27

Re: Check httpd uploads from my server?

Well, tail -f /var/log/apache2/access....log , should give you some idea about whats going on. at least which files to ips.

Offline

#3 2006-10-14 16:53:38

Seb74
Member
Registered: 2006-10-07
Posts: 89

Re: Check httpd uploads from my server?

I dont have any /var/log/apache*  but I guess you mean the usual access_log which for me is in /etc/httpd/logs/
But that only shows what IP's have accessed what files....I want to know whats going on at the moment. Like monitoring my uploads, seeing that "oh this guy has 30% left to download on that file" or something.
Or seeing "oh my internet goes so slow cause there are this many people in checking these files on my server" or whatever.

Offline

Board footer

Powered by FluxBB