|
UniServer AWStats plugin for Uniform Server 4.*-Mona series
This plugin installs AWStats on Uniform Server Mona. AWStats is a free powerful and fully featured tool that generates advanced web, streaming, ftp or mail server statistics, graphically.
The latest version of AWStats (9.8) requires extra Perl modules that are not included in a default installation of Uniform Server. The plugin installs these extra modules along with password protection for online viewing.
This page describes how to install the AWStats plugin and provides information for viewing stats on-line.
Options 1:
Options 2:
Folders and files
The following are added to Uniform Server
Testing is straight forward:
The plugin defaults to restricting access to localhost. This can be overridden to put AWStats online allowing you to view your server stats over the Internets. This may be a security risk hence you heve the option to password protect this information.
Local access is implemented using a .htaccess file located in folder \Uniform Server\udrive\cgi-bin\awstats
The file contains the following lines:
Order Deny,Allow Deny from all Allow from 127.0.0.1
The line Allow from 127.0.0.1 restricts access to localhost only. This prevents every one on the Internet viewing your stats information. You can however view the statistics page locally.
To view your server statistics online password protect folder awstats.
The above .htaccess file contains additional lines allowing you to password protect folder awstats.
To put your stats online edit file Uniform Server\udrive\cgi-bin\awstats\.htaccess as follows:
Comment (add hash) these lines as shown: (Allows anyone access)
#Order Deny,Allow #Deny from all #Allow from 127.0.0.1
Uncomment (remove hash) these lines as shown: (Enables name/password protection)
AuthName "Uniform Server - Server Access" AuthType Basic AuthUserFile /htpasswd/awstats/.htpasswd Require valid-user
The default name and password is root they are compromised hence need changing as follows:
Edit file UniServer\udrive\htpasswd\awstats\.htpasswd
Default: Contains the following:
root:root
Change: Choose a suitable name and password and change the file as follows:
new_name:new_password
Type the following into a browser: http://your_domain_name/cgi-bin/awstats/awstats.pl
Installing AWStats with this plugin is easy, to view your stats on-line requires minimum of changes.
The stats provided may not meet your requirements however AWStats and Apache are customisable for details check out AWStats web site.
Related information How to install AWStats on Uniform Server 3.5-Apollo