Hi,

 

Is it possible to use Pound to listen on one IP address for several
subdomains using SSL?

 

e.g.

ListenHTTPS

        Address xxx.xxx.xxx.xxx

        Port 443

        Cert "/etc/ssl/xxx.pem"

        Service

      HeadRequire "Host: .*www.domain.com.*"

                BackEnd

                        Address xxx.xxx.xxx.xxx

                        Port 80

                        TimeOut 60

                End

        End

        Service

      HeadRequire "Host: .*subdomain1.domain.com.*"

                BackEnd

                        Address xxx.xxx.xxx.xxx

                        Port 80

                        TimeOut 60

                End

        End

End

 

Or something like this?

Reply via email to