SOURCES: pound.cfg - config that is actually valid for pound-2.3.2

glen glen at pld-linux.org
Tue Jan 15 21:02:49 CET 2008


Author: glen                         Date: Tue Jan 15 20:02:49 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- config that is actually valid for pound-2.3.2

---- Files affected:
SOURCES:
   pound.cfg (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/pound.cfg
diff -u SOURCES/pound.cfg:1.2 SOURCES/pound.cfg:1.3
--- SOURCES/pound.cfg:1.2	Wed Jul 13 22:21:01 2005
+++ SOURCES/pound.cfg	Tue Jan 15 21:02:44 2008
@@ -1,21 +1,15 @@
-User nobody
-Group nobody
-RootJail /usr/share/empty
-ListenHTTP 127.0.0.1,81
-ExtendedHTTP 1
+User "nobody"
+Group "nobody"
+RootJail "/usr/share/empty"
 
-# Images server(s)
-UrlGroup ".*.(jpg|gif)"
-BackEnd 127.0.0.1,80,1
-Session 0
-EndGroup
+ListenHTTP
+	Address 127.0.0.1
+	Port 81
+End
 
-# Block all requests for /forbidden
-UrlGroup "/forbidden.*"
-EndGroup
-
-# Catch-all server(s)
-UrlGroup ".*"
-BackEnd 127.0.0.1,80,1
-Session BASIC 300
-EndGroup
+Service
+	BackEnd
+		Address 127.0.0.1
+		Port    80
+	End
+End
================================================================

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



More information about the pld-cvs-commit mailing list