프록시 가상 호스트를 활성화하려고합니다.
<VirtualHost *:80>
ServerName xxxxx.domain.tdl
SSLProxyEngine On
SSLProxyCheckPeerCN on
ProxyPass / https://localhost:1234
ProxyPassReverse / https://localhost:1234
</VirtualHost>
하지만 500 오류가 있고 error.log (apache2) 표시가 있습니다.
[화 1 월 03 일 15:41:42 2012] [오류] (502) 알 수없는 오류 502 : 프록시 : 요청 본문 전달이 [:: 1] : 1234 (localhost)에 실패했습니다.
[화 1 월 03 일 15:41:42 2012] [오류] 프록시 : 전달 요청 본문이 82 : 252.xxx.xx ()에서 [:: 1] : 1234 (localhost) ()로 실패했습니다 ()
일부 매개 변수가 누락 되었습니까?