Upon setting up my test reverse proxy I have encountered this issue:

http://i.imgur.com/Dk7UiOI.png - Sorry can't post images yet...

Below is the apache configuartion.

<virtualhost *:80>

  ServerAdmin webmaster@localhost
  ServerName localhost
  ProxyRequests off
  <proxy *>
  Order deny,allow
  Allow from all
  </proxy >
  ProxyPass / http://192.168.16.103/
  ProxyPassReverse / http://192.168.16.103/
</VirtualHost >

Any have any idea's whats causing this, the redirect comes from a web application on an internal IIS server.

有帮助吗?

解决方案

Turns out a reboot of the system solved the issue!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top