摘要: 解决方法很简单,在配置反向代理的时候加上一行: ProxyPreserveHost On 例如:ProxyPass / http://202.112.0.1/ProxyPassReverse / http://202.112.0.1/ProxyPreserveHost On #在这里加上就行 阅读全文
posted @ 2017-08-18 15:05 V青山绿水 阅读(619) 评论(0) 推荐(0)
摘要: vhosts.conf 1 2 3 4 5 6 7 8 9 10 11 <VirtualHost *:8080> ServerAdmin webmaster@dummy-host.example.com ServerName j.ptl.com ProxyRequests Off <Proxy *> 阅读全文
posted @ 2017-08-18 15:04 V青山绿水 阅读(2431) 评论(0) 推荐(0)