Hi,
I've been reading the other Proxypass-threads but could not really figure out a solution to my problem. That's why I start a new thread. Sorry if I sound redundant.
In 6.0.1, I was using the proxypass contrib to achieve the following:
All requests to
https://domainname/postbus/ should be relayed to
https://internalip:1080/.
I noticed the following being added at the beginning of the httpd.conf (right after
Listening 0.0.0.0:80) when using the contrib.
ProxyPass //postbus/ https://x.x.x.x:1080/
ProxyPassReverse //postbus/ https://x.x.x.x:1080/
<Location //postbus/>
SSLRequireSSL
order deny, allow
deny from all
allow from all
</Location>
In SME 7.1 I tried the proxypass that is currently in BETA but it always gives me an error upon an httpd-restart and when I surf to the URL I get a http 500 Internal Server Errror.
I tried to add the code above to the httpd.conf then but to no avail.
Now, I was wondering if anyone could point me in a direction on how to make this work in 7.1?
Thank you!