]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: Bad link in doc
authoreldy <>
Sat, 23 Oct 2004 15:29:41 +0000 (15:29 +0000)
committereldy <>
Sat, 23 Oct 2004 15:29:41 +0000 (15:29 +0000)
docs/awstats_setup.html

index ba9d6081cc1f19cc0186caa4b8f1180908275bbf..7332e6225343489d3e868f6f537013fc2a51f0e5 100644 (file)
@@ -342,11 +342,11 @@ To build a report for full year (warning: This may use a lot of memory and CPU),
 
 <br><br>
 * Second solution is to view dynamically your statistics from a browser. For this, use URL:<br>
-<b><i>http://www.myserver.mydomain/cgi-bin/awstats.pl?config=myvirtualhostname</i></b><br>
+<b><i>http://www.myserver.mydomain/awstats/awstats.pl?config=myvirtualhostname</i></b><br>
 where <i>myvirtualhostname</i> is used to know which config file to use (AWStats will use awstats.<i>myvirtualhostname</i>.conf file).<br>
 <br>
 Note (1): All output command line options (except -staticlinks) are still available when using AWStats as a browser.<br>
-Just use them as URL parameters like this example <b><i>http://www.myserver.mydomain/cgi-bin/awstats.pl?month=MM&year=YYYY&output=unknownos</i></b><br>
+Just use them as URL parameters like this example <b><i>http://www.myserver.mydomain/awstats/awstats.pl?month=MM&year=YYYY&output=unknownos</i></b><br>
 <br>
 Note (2): If <a href="awstats_config.html#AllowToUpdateStatsFromBrowser">AllowToUpdateStatsFromBrowser</a> parameter is set to 1 in AWStats config/domain file,
 you will also be able to run the update process from your browser. Just click on link "Update now".<br>