From: eldy <>
Date: Sun, 24 Apr 2005 15:15:18 +0000 (+0000)
Subject: Updated 6.5 documentation
X-Git-Tag: AWSTATS_WEBMIN_1_6_BETA~47
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb85a4d63c2faee3fe31f5940a1effcd3fe1d5b7;p=thirdparty%2FAWStats.git
Updated 6.5 documentation
---
diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html
index a70fd118..1e3c500e 100644
--- a/docs/awstats_faq.html
+++ b/docs/awstats_faq.html
@@ -789,7 +789,7 @@ The best way to do that on 'Linux like' OS is to use the linux built-in logrotat
edit the logrotate config file used for your web server log file (usually stored in /etc/logrotate.d
directory) by adding the AWStats update process as a preprocessor command, like this example (bold
lines are lines to add for having a prerotate process):
-
+
/usr/local/apache/logs/*log
{
notifempty
@@ -809,7 +809,7 @@ endscript
|
If using a such solution, this is sequential steps that happens:
-
+
| Step | Description | Step name | Date/Time example |
| A | logrotate is started (by cron) | Start of logrotate | 04:02:00 |
| B | awstats -update is launched by logrotate | Start of awstats | 04:02:01 |
@@ -941,7 +941,7 @@ a js directory stored in your web root.
Once this is done, load your home page with your browser and go to check that inside your log file
if you can see a line that looks like that:
|
-123.123.123.123 - - [24/Apr/2005:16:09:38 +0200] "GET /js/awstats_misc_tracker.js?screen=800x600&win=724x517&cdi=32&java=true&shk=n&fla=y&rp=n&mov=n&wma=y&pdf=y&uid=awsuser_id123&sid=awssession_id123 HTTP/1.1" 200 6237 "http://therefererwebsite.com/index.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3" (-)
+123.123.123.123 - - [24/Apr/2005:16:09:38 +0200] "GET /js/awstats_misc_tracker.js?screen=800x600&win=724x517&cdi=32&java=true&shk=n&fla=y&rp=n&mov=n&wma=y&pdf=y&uid=awsuser_id123&sid=awssession_id123 HTTP/1.1" 200 6237 "http://therefererwebsite.com/index.php" "Mozilla/5.0 (Linux) Gecko/20050414 Firefox/1.0.3"
|
If yes, you can then run the AWStats update process. Screen sizes information will be analyzed. All you have to do
|