I´ve a script, wich uses apache access logfile for stats. Where can i find it? There is tar.gz file in logs folder. Can i change it someway to be .txt file?
Here is few line from my script -->
"Your logfile should also be in the standard Apache Common Log Format (CLF) for the statistics to work correctly."
And to do cronjob -->
Line 1: #!/bin/sh
Line 2: CRONPATH=/home/www/html/logs/access_log.txt
Line 3: cd
Line 4: ./cron.php
What should i add to Line2: ?
Thank you.
Here is few line from my script -->
"Your logfile should also be in the standard Apache Common Log Format (CLF) for the statistics to work correctly."
And to do cronjob -->
Line 1: #!/bin/sh
Line 2: CRONPATH=/home/www/html/logs/access_log.txt
Line 3: cd
Line 4: ./cron.php
What should i add to Line2: ?
Thank you.