Old:UniServer AWStats for 4-Mona: Difference between revisions
Old:UniServer AWStats for 4-Mona (view source)
Revision as of 01:07, 24 November 2010
, 24 November 2010no edit summary
(New page: <span id="top"></span> {| cellpadding="2" | __TOC__ || |} '''''UniServer AWStats plugin for Uniform Server 4.*-Mona series''''' This plugin installs AWStats on Uniform Server Mona. AWStat...) |
Upazixorys (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=[http://amofuryqimu.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | |||
{| cellpadding= | <span id="top"></span> | ||
{| cellpadding="2" | |||
| | | | ||
__TOC__ | __TOC__ | ||
Line 16: | Line 17: | ||
== Download and Install == | == Download and Install == | ||
'''''Options 1'':''' | '''''Options 1'':''' | ||
# Download file '''UniServer_AWStats_1.0.exe''' from [http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=49448&release_id=677883 Sourceforge] | # Download file '''UniServer_AWStats_1.0.exe''' from [http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=49448&release_id=677883 Sourceforge] | ||
# Save it to folder '''UniServer'''. | # Save it to folder '''UniServer'''. | ||
# To extract files, double click on file UniServer_AWStats_1.0.exe, no need to change the path. | # To extract files, double click on file UniServer_AWStats_1.0.exe, no need to change the path. | ||
Line 22: | Line 23: | ||
'''''Options 2'':''' | '''''Options 2'':''' | ||
# Download file '''UniServer_AWStats_1.0.zip''' from [http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=49448&release_id=677883 Sourceforge] | # Download file '''UniServer_AWStats_1.0.zip''' from [http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=49448&release_id=677883 Sourceforge] | ||
# Save to any folder (e.g. '''''temp1''''') | # Save to any folder (e.g. '''''temp1''''') | ||
# Extract files, navigate to folder UniServer_AWStats_1.0 | # Extract files, navigate to folder UniServer_AWStats_1.0 | ||
Line 43: | Line 44: | ||
Testing is straight forward: | Testing is straight forward: | ||
* Start the servers | * Start the servers | ||
* Type the following into a browser ''' | * Type the following into a browser '''<nowiki>http://localhost/cgi-bin/awstats/awstats.pl</nowiki>''' | ||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' | ||
Line 54: | Line 55: | ||
The file contains the following lines: | The file contains the following lines: | ||
<pre> | |||
Order Deny,Allow | Order Deny,Allow | ||
Deny from all | Deny from all | ||
Allow from 127.0.0.1 | Allow from 127.0.0.1 | ||
</pre> | |||
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. | 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. | ||
Line 72: | Line 73: | ||
Comment (add hash) these lines as shown: (Allows anyone access) | Comment (add hash) these lines as shown: (Allows anyone access) | ||
<pre> | |||
#Order Deny,Allow | #Order Deny,Allow | ||
#Deny from all | #Deny from all | ||
#Allow from 127.0.0.1 | #Allow from 127.0.0.1 | ||
</pre> | |||
Uncomment (remove hash) these lines as shown: (Enables name/password protection) | Uncomment (remove hash) these lines as shown: (Enables name/password protection) | ||
<pre> | |||
AuthName | AuthName "Uniform Server - Server Access" | ||
AuthType Basic | AuthType Basic | ||
AuthUserFile /htpasswd/awstats/.htpasswd | AuthUserFile /htpasswd/awstats/.htpasswd | ||
Require valid-user | Require valid-user | ||
</pre> | |||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' | ||
Line 93: | Line 94: | ||
'''''Default'':''' Contains the following: | '''''Default'':''' Contains the following: | ||
<pre> | |||
root:root | root:root | ||
</pre> | |||
'''''Change'':''' Choose a suitable name and password and change the file as follows: | '''''Change'':''' Choose a suitable name and password and change the file as follows: | ||
<pre> | |||
new_name:new_password | new_name:new_password | ||
</pre> | |||
==== To view on-line ==== | ==== To view on-line ==== | ||
Type the following into a browser: ''' | Type the following into a browser: '''<nowiki>http://your_domain_name/cgi-bin/awstats/awstats.pl</nowiki> ''' | ||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' |