RE: [EMAIL PROTECTED] Re: Re: Reverse Proxy to SSL web server: configuration example

2008-01-07 Thread Axel-Stephane SMORGRAV
EMAIL PROTECTED] De la part de Zvi Kave Envoyé : lundi 7 janvier 2008 15:49 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Re: Re: Reverse Proxy to SSL web server: configuration example Axel, To complete all the parameters, I saw that directive SSLProxyEngine On is needed as well.(It was hiding

[EMAIL PROTECTED] Re: Re: Reverse Proxy to SSL web server: configuration example

2008-01-07 Thread Zvi Kave
Axel, To complete all the parameters, I saw that directive SSLProxyEngine On is needed as well.(It was hiding there from previous test) So to make it clear, here are the successfull directives: (The SSL key/crt files are copied from the web server) ServerAdmin [EMAIL PROTECTED] ServerNam

[EMAIL PROTECTED] Re: Re: Reverse Proxy to SSL web server: configuration example

2008-01-07 Thread Zvi Kave
Axel, You are right. The only one thing I have to add to your configuration was (in both virtual servers): ProxyPass / https://my_web_server.com/ ProxyPassReverse / https://my_web_server.com/ Thanks, Zvi "Axel-Stephane SMORGRAV" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]