diff options
Diffstat (limited to 'network/awstats/README')
-rw-r--r-- | network/awstats/README | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/network/awstats/README b/network/awstats/README index d790a9a2db..68693856c0 100644 --- a/network/awstats/README +++ b/network/awstats/README @@ -6,7 +6,7 @@ major server tools like Apache log files 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 -config file located in DOCROOT/awstats/tools/ - however, you should not +config file located in DOCROOT/awstats/ - however, you should not need/want to run it; instead, everything should work well if you make the changes listed below. @@ -18,9 +18,14 @@ Short How-to for using AWStats as CGI: Add the following include line /etc/httpd/httpd.conf: Include /etc/httpd/extra/httpd-awstats.conf +You need to load mod_cgid.so and mod_cgi.so modules Then restart httpd: "/etc/rc.d/rc.httpd restart" -A sample config file will be placed in /etc/awstats; please read it and -make the necessary changes for your system. To run awstats, please refer -to the documentation in the package. +A sample config file will be placed in /etc/awstats; Make some necessary changes +and please read the necessary steps to start awstats from online page +starting from step 4: +http://www.awstats.org/docs/awstats_setup.html + +If you wish to update the process automatically, please refer to: +http://www.awstats.org/docs/awstats_faq.html#CRONTAB |