monitor Apache current downloaing files
1
vote
0
answers
114
views
I'm using Apache to allow users of my application to download required updates.
I want to know are there any methods to understand which files are currently downloading and which IP is downloading which file?
As long as I know all files are downloaded by
GET
command in HTTP protocol however I don't know if there is any commands or utility to let me know the download status. Something like what pure-ftpwho
do for clients of pure-ftpd
.
My server is Centos 7.9 with Cpanel/WHM installed on it.
Asked by VSB
(175 rep)
Dec 31, 2020, 09:13 AM