From: eldy <> Date: Wed, 30 Jan 2002 22:05:43 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_4_0_BETA~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e5458e356d10cc712dd58d531ca5423b88bb31;p=thirdparty%2FAWStats.git no message --- diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index 2e74c166..bc970dff 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -338,8 +338,10 @@ How can I do this ?
With Windows, you can use the internal task scheduler. The use of this tool is not an AWStats related problem, so please take a look at your Windows manual. Warning, if you use "awstats.pl -config=mysite -update" in your scheduled task, you might -experience problem of not updating data. Try this instead
-"C:\WINNT\system32\CMD.EXE /C [awstat-path]\awstats.pl -config=mysite -update"
+experience problem of failing task. Try this instead
+"C:\WINNT\system32\CMD.EXE /C C:\[awstat_path]\awstats.pl -config=mysite -update"
+or
+"C:\[perl_path]\perl.exe C:\[awstats_path]\awstats.pl -config=mysite -update"
A lot of other scheduler (sharewares/freewares) are very good.
With unix-like operating systems, you can use the "crontab".
This is examples of lines you can add in the cron file (see your unix reference manual for cron) :