From b7f7acbcdc94c9ed1ec4780e236715fc11ba2b3d Mon Sep 17 00:00:00 2001
From: eldy <>
Date: Sun, 30 Nov 2003 21:24:08 +0000
Subject: [PATCH] Updated documentation.
---
docs/awstats_setup.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/awstats_setup.html b/docs/awstats_setup.html
index 6d99d02c..392c8f55 100644
--- a/docs/awstats_setup.html
+++ b/docs/awstats_setup.html
@@ -114,7 +114,7 @@ This is for example the parameters you should check seriously :
- Check/Change LogFile value with full path of your web server log file (You
can also use a relative path from your awstats.pl directory).
- Check/Change LogType value with "W" for analyzing
-web server log files, "M" for mail log files, "F" for ftp log files.
+web server log files, "S" for a streaming server log file, "M" for mail log files, "F" for ftp log files.
- Check if LogFormat has the value "1" (it means "NCSA apache combined/ELF/XLF log format")
or use a personalized log format if you don't use combined log format.
- Check/Change DirIcons parameter to reflect relative URL of awstats icon directory.
@@ -156,6 +156,7 @@ c-ip
cs-username
cs-method
cs-uri-stem
+cs-uri-query
sc-status
sc-bytes
cs-version
@@ -192,8 +193,9 @@ Edit this new config file with your own setup :
- Change LogFile value with full path of your web server log file (You
can also use a relative path from your awstats.pl directory).
- Change LogType value with "W" for analyzing
-web server log files, "M" for mail log files, "F" for ftp log files, "O" otherwise.
-- Change LogFormat to value "2" (it means the "IIS Extended W3C log format" defined in step 1-1).
+web server log files, "S" for a streaming server log file, "M" for mail log files, "F" for ftp log files, "O" otherwise.
+- Change LogFormat to a value with same field's name defined in step 1-1:
+LogFormat="date time c-ip cs-username cs-method cs-uri-stem cs-uri-query sc-status sc-bytes cs-version cs(User-Agent) cs(Referer)"
- Change DirIcons parameter to reflect relative path of icon directory.
- Edit SiteDomain parameter with the main domain name or the intranet
web server name used to reach the web site to analyze (Example: www.mydomain.com).
--
2.47.3