I have a file hosting site thats 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 unbuntu server.

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

Thank You.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
Can you please tell me which file is it, I need to add this code? and can I place that log file in web directory? – Shishant Mar 3 '10 at 18:39
No - I don't know where your Apache installation lives nor how the configuration files have been set up. Look for a file containing uncommented CustomLog and LogFormat drectives. – symcbean Mar 4 '10 at 12:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.