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應用程序。