How to monitor which files that are downloading on Apache?
by vahab_samadi from LinuxQuestions.org on (#5C8MK)
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 GETcommand in HTTP protocol however I don't know if there are 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.


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 GETcommand in HTTP protocol however I don't know if there are 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.