]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Tue, 13 Jan 2004 13:33:33 +0000 (13:33 +0000)
committereldy <>
Tue, 13 Jan 2004 13:33:33 +0000 (13:33 +0000)
docs/awstats.pdf
docs/awstats_setup.html

index 5186cc1cd40758c6c2372d21224520ceb383e187..1472fcf2afcc7b3d9c4b82534d2036f68d5e57d9 100644 (file)
Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ
index 92cb743edb744f854d43b6df2d4098ef63a585f7..a4bde92ff694818d1fadb8b6adf1809393af0198 100644 (file)
@@ -79,18 +79,28 @@ should get then in your new log file:<br>
 <br>
 
 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:<br>
-<br>
+(note that the "/usr/local/awstats/wwwroot" path might differ according to your distribution or OS:<br>
 <i>
-#<br>
-# Directives to add to your Apache conf file to allow use of AWStats as a CGI<br>
-#<br>
-Alias /awstatsjs "/usr/local/awstats/wwwroot/js/"<br>
-Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"<br>
-Alias /awstatscss "/usr/local/awstats/wwwroot/css/"<br>
-Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"<br>
-ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"<br>
+<br>#\r
+<br># Directives to add to your Apache conf file to allow use of AWStats as a CGI.\r
+<br># Note that path "/usr/local/awstats/" must reflect your AWStats install path.\r
+<br>#\r
+<br>Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"\r
+<br>Alias /awstatscss "/usr/local/awstats/wwwroot/css/"\r
+<br>Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"\r
+<br>ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"\r
+<br>#\r
+<br># This is to permit URL access to scripts/files in AWStats directory.\r
+<br>#\r
+<br>&lt;Directory "/usr/local/awstats/wwwroot"&gt;\r
+<br>    Options None\r
+<br>    AllowOverride None\r
+<br>    Order allow,deny\r
+<br>    Allow from all\r
+<br>&lt;/Directory&gt;\r
 </i>
+<br>
+
 <br>
 C) configure.pl restart Apache to apply the changes made in A and B.<br>
 <br>
@@ -105,7 +115,7 @@ be stored in<br>
 - For Windows and other OS: Same directory than awstats.pl (so cgi-bin).<br>
 <br>
 
-E) configure.pl finish.<br>
+E) configure.pl ends.<br>
 <br>