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>
答案 0 :(得分:0)
更改订单&#34;拒绝,允许&#34;,它有效。