[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.dfsg-1-220-ga531e54

Sergey B Kirpichev skirpichev at gmail.com
Thu Apr 1 08:13:54 UTC 2010


The following commit has been merged in the master branch:
commit a531e547fceff13ceff9b6fe4204764f19d66dde
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Thu Apr 1 12:13:41 2010 +0400

    Fix path for logrotate file (apache2) in docs

diff --git a/debian/README.Debian b/debian/README.Debian
index 82c63a7..d5a9a1e 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -6,7 +6,7 @@ Quick'n'dirty setup
 
 Do the following for a simple setup of a single website with Apache 2.x:
 
-  * Edit /etc/logrotate.d/apache to permit www-data access to logfiles
+  * Edit /etc/logrotate.d/apache2 to permit www-data access to logfiles
   * copy /usr/share/doc/awstats/examples/apache.conf to /etc/apache2/conf.d/
 
 The above is _NOT_ supported or recommended! Please read the rest of this
@@ -22,7 +22,7 @@ well.
 By default Apache stores (since version 1.3.22-1) logfiles with uid=root and
 gid=adm, so you need to either...
 
- 1) Change the rights of the logfiles in /etc/logrotate.d/apache so that
+ 1) Change the rights of the logfiles in /etc/logrotate.d/apache2 so that
     www-data has at least read access.
 
  2) As 1) but change to a specific user, and use the suEXEC feature of Apache

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list