+
+To upgrade AWStats from an old version to a new one, all you have to do is:
+
+- Replace AWStats runtime files by new ones by:
+ - decompressing new AWStats package to old install directory.
+ - or just running your package tool for OS which have packaged version of AWStats provided.
+- Your setup files should not be lost as AWStats default distribution does not overwite config
+file (it provides only one example of config file awstats.model.conf).
+Sometimes, there is new parameter supported by the new version. As thoose parameters would not
+be in old config files, AWStats will use default values to work as it did when this parameter
+did not exists.
+- Your old analyzed data should not be lost since your 'history files' are saved in the directory
+defined in DirData parameter in your AWStats config file and 'history files' format is compatible
+with each new version of AWStats since 5.x series. If you upgrade from 3.x, 4.x series to 5.x version or
+higher, AWStats will still be able to 'read' your old history files, however a warning will appear to
+ask you to run the 'migrate' process on your old data files. Just run the command that will appear
+in warning message.
+This warning will appear only after upgrade from 3.x or 4.x series to a 5.x or higher version
+and only if 'migrate' is necessary.
+
+
+
+
+
+
+
+
diff --git a/docs/awstats_webmin.html b/docs/awstats_webmin.html
new file mode 100644
index 00000000..08c774d9
--- /dev/null
+++ b/docs/awstats_webmin.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+AWStats Documentation - AWStats Webmin module
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+AWStats logfile analyzer 5.9 Documentation
+
+
+
+
+
+
+
+
+
+
+
AWStats Webmin module
+
+This page is designed to help users of the 'Webmin' administration
+tool (www.webmin.com) to manage their AWStats config/tools.
+If you don't use it, you don't need to read what is described here.
+
+
Adding the AWStats Webmin module to Webmin interface
+
Run Wemin, go to the "AWStats LogFile Analysis" menu.
+
Go to "Webmin Configuration".
+
Click on "Webmin Modules".
+
Enter in the "Install module", the path of the awstats-x.x.wbm file (this file is provided
+with AWStats in tools/webmin directory or can be downloaded separately from AWStats
+web site) and click "Install module".
+After that a new entry "AWStats LogFile Analysis" should appear in your Webmin menu.
+
+
+
+
Run Wemin, go to the "AWStats LogFile Analysis" menu.
+
Click on the "Module configuration".
+
You must now enter here values for:
+- Absolute filesystem path to AWStats (CLI)
+It's the full path of the awstats.pl script. Path depends on package you use.
+It could be /usr/local/awstats/wwwroot/cgi-bin/awstats.pl
+- Absolute or relative URL path to AWStats (CGI)
+It's absolute or relative URL you must enter to run AWStats as a CGI. This depends on the way
+you setup your web server and cgi directories.
+It could be /cgi-bin/awstats.pl or http://127.0.0.1/awstats/awstats.pl.
+- Path to AWStats directory for configuration files:
+It's the path where your AWStats config files are stored.
+In most cases it must be /etc/awstats directory.
+- Sample AWStats configuration file
+This is the sample file used to create a new config file.
+In most cases it must be /etc/awstats/awstats.model.conf.
+
+
+
+