On 18 Mar 2002 at 15:30, Mayuresh Kathe wrote: > Is there a simple (without scripting) way to track the downloads of a > particular file being served off an Apache server?
Put this in cronjob. grep <file name> |wc -l Of course you have to compensate for any errors etc. So modify grep accordingly. That's the basic idea.. And I won't calll that scripting..;-) Shridhar _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
