Re: SSL and reverse proxy weirdness : >

2000-06-02 Thread Rossen Raykov
Hi, Try this: LoadModule proxy_module modules/libproxy.so AddModule mod_proxy.c ProxyVia Block ProxyRequests Off ProxyPass /somedir/ http://www.safeplace.com/otherdir/ ProxyPassReverse /somedir/ http://www.safeplace.com/otherdir/ It is pretty simple. If you need more complex solution the

RE: SSL and reverse proxy weirdness : >

2000-06-02 Thread Airey, John
I think I understand what you are trying to achieve. I've had a similar problem before. Access www.safeplace.com using it's IP address instead on the machine that is doing the proxying and see if that is correct. If so use SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/

Re: SSL and reverse proxy weirdness : >

2000-06-02 Thread Mads Toftum
On Thu, Jun 01, 2000 at 04:07:32PM -0700, AGT wrote: > > I would like to do something with mod_ssl and Apache 1.3.12 > that seems simple yet is not doing what I require. > > https://www.foobar.com or http://www.foobar.com should > reverse proxy for http://www.safeplace.com. ie: I should > see th