Difference between revisions of "AWStats"

Jump to navigation Jump to search
577 bytes added ,  08:42, 22 July 2013
Added install from download
(Added install from download)
 
Line 2: Line 2:


== Installation ==
== Installation ==
=== From Repository ===
# Install the package
# Install the package
#* <code> apt-get install awstats </code>
#* <code> apt-get install awstats </code>
Line 30: Line 31:
</Directory>
</Directory>
</pre>
</pre>
=== From Download ===
# Get the latest version from http://awstats.sourceforge.net/#DOWNLOAD
#* EG <code> wget http://prdownloads.sourceforge.net/awstats/awstats-7.2.tar.gz </code>
# Uncompress
#* EG <code> tar -xzvf awstats-7.2.tar.gz </code>
# If upgrading from a previous version, backup the old version
#* EG <code> mv /usr/local/awstats/ /usr/local/awstats-v7.0 </code>
# Copy the (new) software in
#* EG <code> mv /home/user/awstats-7.2 /usr/local/awstats/ </code>
# Ensure the web folder is executable
#* EG <code> chmod -R a+rx awstats </code>


== Add a Web Site ==
== Add a Web Site ==

Navigation menu