8
Apache 프록시 : 유효한 프로토콜 핸들러가 없습니다.
하위 서버를 다른 서버에 프록시하려고합니다. 내 httpd.conf : RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://anotherserver/subdir/ [P] 문제는 아파치가 항상 이것을 기록한다는 것입니다. AH01144: No protocol handler was valid for the URL /subdir/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the …