From: eldy <> Date: Tue, 13 Jan 2004 13:33:33 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_6_0_RELEASE~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ebd427a632c8677d1937787eb65ab814ea069e;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats.pdf b/docs/awstats.pdf index 5186cc1c..1472fcf2 100644 Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ diff --git a/docs/awstats_setup.html b/docs/awstats_setup.html index 92cb743e..a4bde92f 100644 --- a/docs/awstats_setup.html +++ b/docs/awstats_setup.html @@ -79,18 +79,28 @@ should get then in your new log file:

B) configure.pl will add, if not already done, the following directives to your Apache config file -(note that the "/usr/loca/awstats/wwwroot" path might differ according to your distribution or OS:
-
+(note that the "/usr/local/awstats/wwwroot" path might differ according to your distribution or OS:
-#
-# Directives to add to your Apache conf file to allow use of AWStats as a CGI
-#
-Alias /awstatsjs "/usr/local/awstats/wwwroot/js/"
-Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
-Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
-Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
-ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"
+
# +
# Directives to add to your Apache conf file to allow use of AWStats as a CGI. +
# Note that path "/usr/local/awstats/" must reflect your AWStats install path. +
# +
Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/" +
Alias /awstatscss "/usr/local/awstats/wwwroot/css/" +
Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/" +
ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/" +
# +
# This is to permit URL access to scripts/files in AWStats directory. +
# +
<Directory "/usr/local/awstats/wwwroot"> +
Options None +
AllowOverride None +
Order allow,deny +
Allow from all +
</Directory>
+
+
C) configure.pl restart Apache to apply the changes made in A and B.

@@ -105,7 +115,7 @@ be stored in
- For Windows and other OS: Same directory than awstats.pl (so cgi-bin).

-E) configure.pl finish.
+E) configure.pl ends.