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).
<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"
<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>
* 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
<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
# 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"); }