>
> Guys,
> First I must say thank you for making reverse proxy so easy to configure
> and making techs life easy. I am running Pound 2.4.3 on RHEL5 server. I have
> three websites each running on separate webserver in internal network. I
> would like to reverse proxy them via one Pound server in DMZ. All three
> websites require secure connections for client and I like to install the
> certificates on the pound server for them. I have assigned three IPs on the
> pound server, one for each website. But these sites are not working. Below
> is my configuration.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    ListenHTTP
>          Address 202.168.1.1
>          Port    80
>          Service
>          Redirect "https://www.abc.com";
>           End
> End
>
> ListenHTTPS
>          Address 202.168.1.1
>          Port    443
>          Cert    "/usr/local/openssl/local.server.pem"
> End
>                   Service
>                   BackEnd
>                       Address 172.17.1.1
>                       Port    80
>                   End
>
> End
> ListenHTTP
>          Address 202.168.2.2
>          Port    80
>          Service
>          Redirect "https://www.def.com";
>            End
> End
>
> ListenHTTPS
>          Address 202.168.2.2
>          Port    443
>          Cert    "/usr/local/openssl/local1.server.pem"
> End
>                   Service
>                   BackEnd
>                       Address 172.17.2.2
>                       Port    80
>                   End
>
>
> End
> ListenHTTP
>          Address 202.168.3.3
>          Port    80
>          Service
>          Redirect "https://www.ghi.com";
>            End
> End
>
> ListenHTTPS
>          Address 202.168.3.3
>          Port    443
>          Cert    "/usr/local/openssl/local2.server.pem"
> End
>                   Service
>                   BackEnd
>                       Address 172.17.3.3
>                       Port    80
>                   End
>
> End
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> I am redirecting HTTP requests to HTTPS as I would only like to serve
> clients on secure channel. This works fine if I run each website on a
> separate pound server but I like to have them on one reverse proxy server. I
> will really appreciate if you can provide me any help in this regard. If it
> is not possible with this configuration is there any way to achieve this on
> a single pound server.
>
> Thanks,
> Farhan
>


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

Reply via email to