blob: de171740faf8fd2730c795b46671e8a645b12950 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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
|