Hi,

Got most of my hosts working now.

Although, im having problems with 2 webservers that actually use https

the first, you need to access https://web10.mydomain.com:10443
the other is https://web20.mydomain.com:10000

I setup my service for https as:
 ListenHTTPS
                  Address 192.168.1.104
                  Port    443
  End

the 2 services are as follows:

        Service
                HeadRequire "Host:.*web10.mydomain.com.*"
                BackEnd
                        Address 192.168.1.10
                        Port    10443
                End
        End
         Service
                HeadRequire "Host:.*web20.mydomain.com.*"
                BackEnd
                        Address 192.168.1.5
                        Port    10000
                End
        End

it's not working... am i doing this wrong?


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to