From: eldy <> Date: Mon, 19 Sep 2005 18:32:36 +0000 (+0000) Subject: Fix: w3c standard X-Git-Tag: AWSTATS_6_5_BETA~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4df7a1de37175f73acadcb2b1d7f993ab0e1355;p=thirdparty%2FAWStats.git Fix: w3c standard --- diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index 9c916e31..39a47be0 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -734,7 +734,7 @@ You must use : LogFormat="%host %other %lognamequot %time1 %methodurl %code %
If your log records are EXACTLY like this (With Oracle9iAS):
62.161.78.73 - [dd/mmm/yyyy:hh:mm:ss +0x00] GET /page.html HTTP/1.1 200 1234 - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"
-Where separators are chars or several spaces, +Where separators are "tab" characters or several "spaces", You must use : LogFormat="%host %logname %time1 %method %url %other %code %bytesd %referer %uaquot" and LogSeparator="\s+"