SOURCES: pound.cfg - add ErrorLog, disable chroot due logrotation can't lat...

glen glen at pld-linux.org
Fri Jan 9 16:30:35 CET 2009


Author: glen                         Date: Fri Jan  9 15:30:35 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add ErrorLog, disable chroot due logrotation can't later reopen files

---- Files affected:
SOURCES:
   pound.cfg (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/pound.cfg
diff -u SOURCES/pound.cfg:1.6 SOURCES/pound.cfg:1.7
--- SOURCES/pound.cfg:1.6	Thu Dec 11 00:04:05 2008
+++ SOURCES/pound.cfg	Fri Jan  9 16:30:29 2009
@@ -1,4 +1,5 @@
 # Default pound.cfg
+# vim:ft=sh
 #
 # Pound listens on port 80 for HTTP and port 443 for HTTPS
 # and distributes requests to 2 backends running on localhost.
@@ -8,10 +9,12 @@
 
 User "pound"
 Group "pound"
-RootJail "/usr/share/empty"
 Control "/var/run/pound/pctl.sock"
 
-# Log to file
+# Log errors to this fil
+ErrorLog /var/log/pound/pound.log
+
+# Log accesses to a file
 LogFile /var/log/pound/access.log
 
 # Specify the logging level. This value can be overridden for specific listeners.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pound.cfg?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list