How to use apache logs to check complete file downloads

允我心安 提交于 2019-12-11 12:20:35

问题


I have a file hosting site that's using this script MFHS.

I want to develop a point system of my own in which points will be rewarded only if the visitor downloaded the whole file.

How can I track it and where are the logs relating to it saved in apache? I am using Ubuntu server.

Or else is there any easier way? The average file sizes on my server is 300mb max file size is 3gb.


回答1:


Add %X to you log config - see mod_log_config for interpreting the values.



来源:https://stackoverflow.com/questions/2371289/how-to-use-apache-logs-to-check-complete-file-downloads

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!