hi gtennant, what works for me is a pound.cfg file like this:
## Minimal sample pound.cfg
##
## see pound(8) for details
######################################################################
## global options:
User "www-data"
Group "www-data"
#RootJail "/chroot/pound"
## Logging: (goes to syslog by default)
## 0 no logging
## 1 normal
## 2 extended
## 3 Apache-style (common log format)
LogLevel 1
## check backend every X secs:
Alive 30
## use hardware-accelleration card supported by openssl(1):
#SSLEngine "<hw>"
# poundctl control socket
Control "/var/run/pound/poundctl.socket"
######################################################################
ListenHTTP
Address 192.168.1.17 # ip address of pound proxy
Port 80
Service
HeadRequire "Host:.www.aaa.com"
BackEnd
Address 192.168.1.150
Port 80
End
End
Service
HeadRequire "Host:.www.ddd.com"
BackEnd
Address 192.168.1.153
Port 80
End
End
End
knireis
## Minimal sample pound.cfg
##
## see pound(8) for details
######################################################################
## global options:
User "www-data"
Group "www-data"
#RootJail "/chroot/pound"
## Logging: (goes to syslog by default)
## 0 no logging
## 1 normal
## 2 extended
## 3 Apache-style (common log format)
LogLevel 1
## check backend every X secs:
Alive 30
## use hardware-accelleration card supported by openssl(1):
#SSLEngine "<hw>"
# poundctl control socket
Control "/var/run/pound/poundctl.socket"
######################################################################
ListenHTTP
Address 192.168.1.17 # ip address of pound proxy
Port 80
Service
HeadRequire "Host:.www.aaa.com"
BackEnd
Address 192.168.1.150
Port 80
End
End
Service
HeadRequire "Host:.www.ddd.com"
BackEnd
Address 192.168.1.153
Port 80
End
End
End
knireis