【发布时间】:2026-01-17 02:50:01
【问题描述】:
我正在使用 Apache 服务器。 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>
【问题讨论】: