2016 Jul 21, 09:18 AM
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
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