Saya mencoba mengaktifkan proxy virtualhost:
<VirtualHost *:80>
ServerName xxxxx.domain.tdl
SSLProxyEngine On
SSLProxyCheckPeerCN on
ProxyPass / https://localhost:1234
ProxyPassReverse / https://localhost:1234
</VirtualHost>
Tetapi saya memiliki 500 err dan tampilan error.log (apache2) saya:
[Sel 03 Jan 15:41:42 2012] [kesalahan] (502) Kesalahan tidak dikenal 502: proxy: pass request body gagal [[1 1]: 1234 (localhost)
[Sel 03 Jan 15:41:42 2012] [error] proxy: pass request body gagal ke [:: 1]: 1234 (localhost) dari 82.252.xxx.xx ()
Kehilangan beberapa parameter?