AH01144: No protocol handler was valid for the URL / (scheme 'http').

조회 4,916 · 댓글 0
열린기술자열린기술자작성자2018년 1월 8일
ProxyPass 설정 후 다음과 같은 에러가 발생하는 경우가 있다.


[proxy:warn] [pid 31986:tid 139936133322496] [client xxx.xxx.xxx.xxx:45235] AH01144: No protocol handler was valid for the URL / (scheme 'http'). If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.


이 때는 mod_proxy.so 뿐 아니라 mod_proxy_http.so 파일이 Include 되어 있는지 확인한다.


#LoadModule proxy_http_module modules/mod_proxy_http.so


위와 같이 mod_proxy_http가 주석처리되어 있다면 에러가 발생하게 된다.

로그인 후 답글을 남길 수 있습니다.