On 2014-Jan-29 18:05, Veljko wrote:
> Thanks Jochen, I'll try this in a few days and let you know how it went.

In case someone else need something like this, following block worked for me:

ProxyRequests off
ProxyPass / https://ip_of_new_server:443/
ProxyPassReverse / https://ip_of_new_server:443/
ProxyPreserveHost On
SSLProxyEngine On
<Proxy *>
  Order deny,allow
  Allow from all
</Proxy> 

As you can see, this is for https. For plain http, SSLProxyEngine should be
removed. Trailing slash is very important. 

Thanks again for your help!

Regards,
Veljko


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140202163232.ga25...@angelina.example.com

Reply via email to