Apache 1.3.28 https ProxyPass question

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kevin Brown
Date:  
Subject: Apache 1.3.28 https ProxyPass question
plug wrote:

> I have a Apache box serving a couple of websites for me. I have a
> couple of directories ProxyPass'ed to another machine. This all works
> like a champ. One of the applications running on the machine being
> ProxyPass'ed TO requires https, also. This is where I'm having
> troubles. The following is from my server's configuration file:
>
> <VirtualHost 192.168.1.202:443>
> ServerName https.tm.com
> ProxyPass * https://192.168.1.254
> </VirtualHost>
>
> Https does not get through to the .254 machine. Does any one have a
> working configuration file that I could take a look at?


looks like you might need a ProxyPassReverse statement.

http://www.lists.aldigital.co.uk/apache-ssl/msg05356.html