From: eldy <> Date: Wed, 29 Jan 2003 22:27:16 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_4_BETA~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4435d904bcd1b7d62ac1e8a3e2af9f221035e7;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats.pdf b/docs/awstats.pdf index 4840d23a..699c6b5b 100644 Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ diff --git a/docs/awstats_benchmark.html b/docs/awstats_benchmark.html index 4892a2d7..c4067d39 100644 --- a/docs/awstats_benchmark.html +++ b/docs/awstats_benchmark.html @@ -101,15 +101,16 @@ to complete correctly URLQueryS
SOME IMPORTANT ADVICES FOR A GOOD USE OF AWSTATS:

- -- You can disable DNSLookup in AWStats (set DNSLookup=0 or DNSlookup=2 to only use DNS file resolver). -Note that with DNSLookup disabled, if you still want to have the 'Country' report, you must enable the 'geoip' plugin. -Without this plugin, 'Country' report will works only if hosts addresses in your log file are already -resolved (need to setup your web server to do so, your web server will be slowed). -Without DNSLookup, log analyze speed can be increased by 20 to 100 times.
+ +- Check that DNSLookup is disabled in AWStats (DNSLookup must +be set to 0, or 2 to only use a DNS file resolver). Note that you still can have a 'Country' report +without DNS lookup enabled. For this you must enable the 'geoip' plugin. Without this plugin, 'Country' +report will works only if hosts addresses in your log file are already resolved (need to setup your web +server to do so, your web server will be slowed). With DNSLookup enabled, log analyze speed is decreased +by 20 to 100 times.
- Use carefully parameters URLWithQuery and URLReferrerWithQuery -(Let them set to 0 if you don't know what they means) and check your web site URLs' syntax to know if you need to complete parameter URLQuerySeparators. +(Let them set to 0 if you don't know what they means) and check your web site URLs' syntax to know if you don't need to complete parameter URLQuerySeparators. If you really need to use URLWithQuery=1, check that URLWithQueryWithoutFollowingParameters is set properly.
- Be sure that your HostAliases parameter list is complete.
@@ -118,8 +119,8 @@ If you really need to use URLWithQuer The more often you launch AWStats, the less AWStats has new lines in log to process. This solve also the ActiveState memory problem (see next advice).
-- Use last Perl version (For example 5.8 is 5% faster than 5.6) and use standard Perl distribution instead of ActiveState (For example Standard Perl 5.8 Win32 binary is 25% faster than -ActiveState. And ActiveStates 5.006, and may be other versions, have an important memory problem making speed of analysis slower and slower when analysing more and more lines).
+- Use last Perl version (For example 5.8 is 5% faster than 5.6) and, more important, use standard Perl distribution instead of ActiveState (For example Standard Perl 5.8 Win32 binary is 25% faster than +ActiveState. And ActiveState 5.006, and may be other versions, have important memory problems making speed of analysis slower and slower when analysing more and more lines).
- Use last AWStats version.