Commit 645cf773896c763f353e269a13d2429d6976c4d4
1 parent
5252387b
Exists in
master
and in
29 other branches
Small fix on Install.awstats text
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
INSTALL.awstats
@@ -32,7 +32,7 @@ INSTALL.varnish) and varnishncsa-vhost [1]. | @@ -32,7 +32,7 @@ INSTALL.varnish) and varnishncsa-vhost [1]. | ||
32 | 32 | ||
33 | [1] http://gitorious.org/varnisnncsa-vhost | 33 | [1] http://gitorious.org/varnisnncsa-vhost |
34 | 34 | ||
35 | -3. Running AWStats for first time | 35 | +3. Running AWStats for the first time |
36 | 36 | ||
37 | Run awstats by hand via command line: | 37 | Run awstats by hand via command line: |
38 | 38 | ||
@@ -75,4 +75,4 @@ Try: http://tools.<domain>/cgi-bin/awstats.pl?config=<domain> | @@ -75,4 +75,4 @@ Try: http://tools.<domain>/cgi-bin/awstats.pl?config=<domain> | ||
75 | 75 | ||
76 | 0,10,20,30,40,50 * * * * www-data [ -x /usr/lib/cgi-bin/awstats.pl -a -f /etc/awstats/awstats.<domain>.conf -a -r /var/log/apache/access.log ] && /usr/lib/cgi-bin/awstats.pl -config=<domain> -update >/dev/null | 76 | 0,10,20,30,40,50 * * * * www-data [ -x /usr/lib/cgi-bin/awstats.pl -a -f /etc/awstats/awstats.<domain>.conf -a -r /var/log/apache/access.log ] && /usr/lib/cgi-bin/awstats.pl -config=<domain> -update >/dev/null |
77 | 77 | ||
78 | -Done, check the AWStats frontend after one or two days to see if is all going well. | 78 | +Done, check the AWStats frontend after one or two days to see if everything is working properly. |