Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Apache ReverseProxy
#1
Hi
I tried to configure a reverse Proxy, so that we can controll sip from our webpages.
Our Webserver run Debian Jessie with apache 2.4

On the server side the configuration look like this:

 ProxyPass /ospi/test/ http://172.33.81.4/
 ProxyPassReverse /ospi/test http://172.33.81.4/

<location /ospi/test/>
ProxyPassReverseCookieDomain 172.33.81.4 domain
RequestHeader set X-SCRIPT-NAME /ospi/test
RequestHeader set X-SCHEME https
RequestHeader set X-Forwarded-Proto "https"
</location>

I can only browse the start-side. Images, javascript, menues are not working and linked to /here - not to /ospi/test/ ....

I don't know if this is an apache problem or a problem with the ReverseProxy.py

Can anyone help me?
Thank you

Heino
Reply


Messages In This Thread
Apache ReverseProxy - by schs - 2016 Jul 21, 09:18 AM
RE: Apache ReverseProxy - by dan - 2016 Aug 12, 12:48 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)