2014-01-15 46 views
1

在建立我也遇到过这个问题我的测试反向代理:反向代理的Apache DNS错误

http://i.imgur.com/Dk7UiOI.png - 抱歉不能发表图片尚未...

下面是Apache configuartion。

<virtualhost *:80> 

    ServerAdmin [email protected] 
    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 > 

任何有任何想法是什么导致这个,重定向来自内部IIS服务器上的Web应用程序。

回答

1

原来系统重启就解决了这个问题!