SOURCES: pound.cfg - default config like. shamelessy stolen from fc

glen glen at pld-linux.org
Wed Dec 10 22:52:09 CET 2008


Author: glen                         Date: Wed Dec 10 21:52:09 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- default config like. shamelessy stolen from fc

---- Files affected:
SOURCES:
   pound.cfg (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/pound.cfg
diff -u SOURCES/pound.cfg:1.4 SOURCES/pound.cfg:1.5
--- SOURCES/pound.cfg:1.4	Thu Oct  2 13:06:45 2008
+++ SOURCES/pound.cfg	Wed Dec 10 22:52:03 2008
@@ -1,15 +1,37 @@
+# Default pound.cfg
+#
+# Pound listens on port 80 for HTTP and port 443 for HTTPS
+# and distributes requests to 2 backends running on localhost.
+# see pound(8) for configuration directives.
+# You can enable/disable backends with poundctl(8).
+#
+
 User "pound"
 Group "pound"
 RootJail "/usr/share/empty"
+Control "/var/run/pound/pctl.sock"
+
+LogLevel 1
 
 ListenHTTP
-	Address 127.0.0.1
-	Port 81
+	Address 0.0.0.0
+	Port 80
+End
+
+ListenHTTPS
+	Address 0.0.0.0
+	Port 443
+	Cert "/etc/pki/pound.pem"
 End
 
 Service
 	BackEnd
 		Address 127.0.0.1
-		Port    80
+		Port    8000
+	End
+
+	BackEnd
+		Address 127.0.0.1
+		Port    8001
 	End
 End
================================================================

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



More information about the pld-cvs-commit mailing list