我的网站可以通过localhost:8080 / Mysite / index.html调用,但不能通过localhost / Mysite / index.html调用

时间:2014-08-19 13:07:36

标签: apache localhost

我正在使用Apache-Server。 localhost的代理传递配置是这样的。有什么不对吗?

ProxyVia On
ProxyRequests Off

ProxyPass /error !
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/


 <Proxy http://localhost:8080/Mysite*>
          Order allow,deny
          Allow from localhost
 </Proxy>

1 个答案:

答案 0 :(得分:0)

更改订单&#34;拒绝,允许&#34;,它有效。