Here is /etc/pound.conf configuration from my *working* server for standard 443 and 80 port. All request comes to 203.xx.yy.zzz:80
Code:
IE/FF => 203.xx.yy.zzz:80 => pound => redirect to => 192.168.1.6:80 => Apache
Code:
ListenHTTPS
Address 203.xx.yy.zzz
Port 443
Cert "/usr/local/etc/ssl/in.vsnl.test-server/server.pem"
Service
BackEnd
Address 192.168.1.5
Port 443
End
End
End
ListenHTTP
Address 203.xx.yy.zzz
Port 80
Service
BackEnd
Address 192.168.1.6
Port 80
End
End
End
Also note that
HTTPS does not allow virtual hosting
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!
If you have knowledge, let others light their candles at it.
Certified to work on
HP-UX /
Sun Solaris /
RedHat