network/awstats: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
4ce563ac9c
commit
9f59081bb5
|
@ -1,14 +1,15 @@
|
||||||
AWStats is a free, powerful and featureful tool that generates advanced web
|
AWStats is a free, powerful and featureful tool that generates
|
||||||
streaming, ftp or mail server statistics, graphically. AWStats works as a
|
advanced web streaming, ftp or mail server statistics, graphically.
|
||||||
CGI or from command line and shows you all possible information your log
|
AWStats works as a CGI or from command line and shows you all possible
|
||||||
contains, in few graphical web pages. It can analyze log files from all
|
information your log contains, in few graphical web pages. It can
|
||||||
major server tools like Apache log files and a lot of other web, proxy,
|
analyze log files from all major server tools like Apache log files
|
||||||
wap, streaming servers, mail servers and some ftp servers.
|
and a lot of other web, proxy, wap, streaming servers, mail servers
|
||||||
|
and some ftp servers.
|
||||||
|
|
||||||
There's an automated script (awstats_configure.pl) to prepare the httpd
|
There's an automated script (awstats_configure.pl) to prepare the
|
||||||
config file located in DOCROOT/awstats/ - however, you should not
|
httpd config file located in DOCROOT/awstats/ - however, you should
|
||||||
need/want to run it; instead, everything should work well if you make the
|
not need/want to run it; instead, everything should work well if you
|
||||||
changes listed below.
|
make the changes listed below.
|
||||||
|
|
||||||
Edit /etc/httpd/httpd.conf (this is a required change to use AWStats):
|
Edit /etc/httpd/httpd.conf (this is a required change to use AWStats):
|
||||||
Comment this out: CustomLog "/var/log/httpd/access_log" common
|
Comment this out: CustomLog "/var/log/httpd/access_log" common
|
||||||
|
@ -22,9 +23,9 @@ You need to load mod_cgid.so and mod_cgi.so modules
|
||||||
|
|
||||||
Then restart httpd: "/etc/rc.d/rc.httpd restart"
|
Then restart httpd: "/etc/rc.d/rc.httpd restart"
|
||||||
|
|
||||||
A sample config file will be placed in /etc/awstats; Make some necessary changes
|
A sample config file will be placed in /etc/awstats; Make some
|
||||||
and please read the necessary steps to start awstats from online page
|
necessary changes and please read the necessary steps to start awstats
|
||||||
starting from step 4:
|
from online page starting from step 4:
|
||||||
http://www.awstats.org/docs/awstats_setup.html
|
http://www.awstats.org/docs/awstats_setup.html
|
||||||
|
|
||||||
If you wish to update the process automatically, please refer to:
|
If you wish to update the process automatically, please refer to:
|
||||||
|
|
Loading…
Reference in New Issue