3
Apache反向代理:无协议处理程序
我正在尝试使用apache配置反向代理,但出现No protocol handler was valid for the URL错误,这是我不理解的。 这是apache的相关配置: ProxyRequests Off ProxyPreserveHost On <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /gonvaled/examples/jsonrpc/output/services/ http://localhost:8000/services/ ProxyPassReverse /gonvaled/examples/jsonrpc/output/services/ http://localhost:8000/services/ 请求达到apache为: POST /gonvaled/examples/jsonrpc/output/services/EchoService.py HTTP/1.1 他们应该转发给我的内部服务,位于: 0.0.0.0:8000/services/EchoService.py 这些是日志: ==> /var/log/apache2/error.log <== [Wed Jun 20 02:05:20 2012] [debug] proxy_util.c(1506): [client 127.0.0.1] proxy: http: found worker …