diff options
author | Thales A. Tsailas <ttsailas@enforcingit.com> | 2010-05-11 22:55:00 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:55:00 +0200 |
commit | 1565510862c21b63891da958d258f1e593aa5667 (patch) | |
tree | 87d1183e240784161a0afc0e9af940b7e90bc51c /network/pound/pound.cfg.new | |
parent | 7edc12b3babd6607640bc52a200e99deab8d219e (diff) | |
download | slackbuilds-1565510862c21b63891da958d258f1e593aa5667.tar.gz |
network/pound: Added to 12.1 repository
Diffstat (limited to 'network/pound/pound.cfg.new')
-rw-r--r-- | network/pound/pound.cfg.new | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/network/pound/pound.cfg.new b/network/pound/pound.cfg.new new file mode 100644 index 0000000000..de171740fa --- /dev/null +++ b/network/pound/pound.cfg.new @@ -0,0 +1,60 @@ +User "nobody" +Group "nobody" +#RootJail "/var/pound/jail" +#Alive 60 + +## Main listening ports +#ListenHTTP +# Address 1.2.3.4 +# Port 80 +# Client 10 +#End +#ListenHTTPS +# Address 1.2.3.4 +# Port 443 +# Cert "/etc/pound/pound.pem" +# Client 20 +#End + +## Image server +#Service +# URL ".*.(jpg|gif)" +# BackEnd +# Address 192.168.0.10 +# Port 80 +# End +#End +## Virtual host www.myserver.com +#Service +# URL ".*sessid=.*" +# HeadRequire "Host:.*www.myserver.com.*" +# BackEnd +# Address 192.168.0.11 +# Port 80 +# End +# Session +# Type URL +# ID "sessid" +# TTL 120 +# End +#End + +## Everybody else +#Service +# BackEnd +# Address 192.168.0.20 +# Port 80 +# Priority 5 +# End +# BackEnd +# Address 192.168.0.21 +# Port 80 +# Priority 4 +# End +# Session +# Type COOKIE +# ID "userid" +# TTL 180 +# End +#End + |