AWStats for 5-Nano: Difference between revisions
m
Reverted edits by Upazixorys (Talk); changed back to last version by Ric
Upazixorys (talk | contribs) No edit summary |
m (Reverted edits by Upazixorys (Talk); changed back to last version by Ric) |
||
Line 1: | Line 1: | ||
<span id="top"></span> | |||
{| cellpadding="2" | |||
{| cellpadding= | |||
| | | | ||
__TOC__ | __TOC__ | ||
Line 68: | Line 67: | ||
'''''Update Shebang'':''' | '''''Update Shebang'':''' | ||
* Left mouse click UniTray | * Left mouse click UniTray > Mouse over '''Advanced''' and select '''Perl Shebang Update cgi-bin''' | ||
* The above requires performing once (before starting servers) thereafter shebangs are automatically on relocating the servers. | * The above requires performing once (before starting servers) thereafter shebangs are automatically on relocating the servers. | ||
Line 76: | Line 75: | ||
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>''' | ||
'''''Note'':''' | '''''Note'':''' | ||
Line 82: | Line 81: | ||
If you have moved the servers remember to include the port number for example: | If you have moved the servers remember to include the port number for example: | ||
''' | '''<nowiki>http://localhost:82/cgi-bin/awstats/awstats.pl</nowiki>''' | ||
Use UniTray '''Server Status''' to find the Apache port number. | Use UniTray '''Server Status''' to find the Apache port number. | ||
Line 96: | Line 95: | ||
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 114: | Line 113: | ||
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 135: | Line 134: | ||
'''''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]]''''' |