Hi,
Can someone spot a problem in this config?:
User nobody
Group nobody
ExtendedHTTP 0
WebDAV 0
LogLevel 2
RewriteRedirect 0
ListenHTTPS 192.168.1.21,443 /usr/local/etc/server1.pem
UrlGroup ".*"
BackEnd 192.168.1.78,80,1
EndGroup
ListenHTTPS 192.168.1.17,444 /usr/local/etc/server2.pem
UrlGroup ".*"
BackEnd 192.168.1.78,80,1
EndGroup
192.168.1.17,444 - works fine
BUT
192.168.1.21,443
- doesn't
Is their something wrong with the config?
Thanks in advance.
|