]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
AWStats default install dir is /usr/local/awstats now.
authoreldy <>
Thu, 8 May 2003 15:25:53 +0000 (15:25 +0000)
committereldy <>
Thu, 8 May 2003 15:25:53 +0000 (15:25 +0000)
docs/awstats.pdf
docs/awstats_changelog.txt
docs/awstats_config.html
docs/awstats_faq.html
docs/awstats_setup.html
docs/awstats_tools.html
wwwroot/cgi-bin/awstats.pl

index 3f8a5910e35a523bf789cb19e6692de13da98090..9a127d2f7a3dbf38bc54c7df0d4a9ab0c62b4c27 100644 (file)
Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ
index 34a1f47efdef70c936ae346a4e18d34883910459..893fb5af1894273421c243f1b3e95ac2b92a41a5 100644 (file)
@@ -42,6 +42,7 @@ New features/improvments:
   preprocessor was replaced by maillogconv.pl).
 
 Other/Documentation:
+- AWStats default install directory is /usr/local/awstats for unix like OS.
 - Added Isle of Man, Monserat, and Palestinian flag icon.
 - Added "local network host" and "Satellite access host" in label of possible
   countries and icons (They appears when using geoip plugins).
index dd75a79c7bb4fca5732aa5e7bf277ef5fd088884..20ca3dcb913c397f6316b2672f0ff21604e243a7 100644 (file)
@@ -1127,7 +1127,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an
 <a name="DirLang"><b>DirLang</b></a><br>
 <b>Version : </b>2.1 +<br>
 <br># Set the location of language files.
-<br># Example: "/opt/awstats/lang"
+<br># Example: "/usr/share/awstats/lang"
 <br># Default: "./lang" (means lang directory is in same location than awstats.pl)
 <br>#
 <br>DirLang="./lang"
index f71bc59ced3e3742d5be71fdad3cdb07ce6ea36c..60ac7dba5604746567b67cfbdcfadcb7a52b4d51 100644 (file)
@@ -530,10 +530,10 @@ A lot of other scheduler (sharewares/freewares) are very good.<br>
 <br>
 <u>With unix-like operating systems</u>, you can use the "<b>crontab</b>".<br>
 This is examples of lines you can add in the cron file (see your unix reference manual for cron) :<br>
-To run update every day at 04:00, use :<br>
-<i>0 4 * * * /opt/awstats/wwwroot/cgi-bin/awstats.pl -config=mysite -update</i><br>
+To run update every day at 03:50, use :<br>
+<i>50 3 * * * /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=mysite -update</i><br>
 To run update every hour, use :<br>
-<i>0 * * * * /opt/awstats/wwwroot/cgi-bin/awstats.pl -config=mysite -update</i><br>
+<i>0 * * * * /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=mysite -update</i><br>
 <br>
 
 <a name="EXCLUDEHOSTS"></a><br>
index 83ce935faf116b758af6d02ccbb8bea9b392875d..b72a5d364189d01cbaad66205409e1869e7ec695 100644 (file)
@@ -77,7 +77,7 @@ web server, for example /yourwwwroot/icon or /yourwwwroot/icons.<br>
 * Step 1-5<br>\r
 Copy <b>awstats.model.conf</b> file into a new file named <b>awstats.myvirtualhostname.conf</b>.\r
 This new file must be stored in<br>\r
-- /etc/opt/awstats or /etc/awstats or /etc or same directory than awstats.pl (so cgi-bin) for Unix/Linux users.<br>\r
+- /etc/awstats or /etc/opt/awstats or /etc or same directory than awstats.pl (so cgi-bin) for Unix/Linux users.<br>\r
 - same directory than awstats.pl (so cgi-bin) for Windows and other OS.<br>\r
 <br>\r
 * Step 1-6<br>\r
index c7bd7252e1ea7c8d19539370f99a1ccd2718fe4b..556b68ae4bea6ca4b2faa8c43851d973507543e6 100644 (file)
@@ -53,7 +53,7 @@ All those tools are available in <b>tools</b> directory of AWStats distribution.
 <br><a name="awstats_updateall"><H2 style="font: 22px arial,helvetica,sanserif color: #606060"><u>awstats_updateall.pl</u></H2></a>\r
 <br>awstats_updateall launches update process for all AWStats config files found in\r
 <br>a particular directory, so you can easily setup a cron/scheduler job.\r
-<br>This directory is by default /etc/opt/awstats.\r
+<br>This directory is by default /etc/awstats.\r
 <br>\r
 <br>Usage:  awstats_updateall.pl now [options]\r
 <br>\r
index 786d3ce97a7470a9921e82682cd8c7698557e947..fdd35c60be18e6dc802c8a7b234ca8baefb4fc6e 100644 (file)
@@ -1626,7 +1626,7 @@ sub Read_Plugins {
        # Check plugin files in common possible directories :
        # Windows :                                     "${DIR}plugins" (plugins in same dir than awstats.pl)
        # Debian package :                              "/usr/share/awstats/plugins"
-       # Other possible directories :                  "./lang"
+       # Other possible directories :                  "./plugins"
        my @PossiblePluginsDir=("${DIR}plugins","/usr/share/awstats/plugins","./plugins");
 
        if ($Debug) { debug("Call to Read_Plugins with list: @PluginsToLoad"); }