[csw-devel] SF.net SVN: gar:[5431] csw/mgar/pkg/pound2/trunk/files/pound2-sample.cfg
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Tue Jun 30 12:27:48 CEST 2009
Revision: 5431
http://gar.svn.sourceforge.net/gar/?rev=5431&view=rev
Author: bensons
Date: 2009-06-30 10:27:48 +0000 (Tue, 30 Jun 2009)
Log Message:
-----------
pound2: example config file for pound2
Added Paths:
-----------
csw/mgar/pkg/pound2/trunk/files/pound2-sample.cfg
Added: csw/mgar/pkg/pound2/trunk/files/pound2-sample.cfg
===================================================================
--- csw/mgar/pkg/pound2/trunk/files/pound2-sample.cfg (rev 0)
+++ csw/mgar/pkg/pound2/trunk/files/pound2-sample.cfg 2009-06-30 10:27:48 UTC (rev 5431)
@@ -0,0 +1,20 @@
+#Pound sample configuration
+
+#IP and Port to which a Pound listener is bound to
+ListenHTTP
+ Address 127.0.0.1
+ Port 80
+#backends to balance on
+ Service
+ BackEnd
+ Address 127.0.0.1
+ Port 8000
+ End
+ End
+ Service
+ BackEnd
+ Address 127.0.0.1
+ Port 9000
+ End
+ End
+End
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list