Proxy sanal barındırıcısını etkinleştirmeye çalışıyorum:
<VirtualHost *:80>
ServerName xxxxx.domain.tdl
SSLProxyEngine On
SSLProxyCheckPeerCN on
ProxyPass / https://localhost:1234
ProxyPassReverse / https://localhost:1234
</VirtualHost>
Ama ben 500 err ve benim error.log (apache2) ekran var:
[Sal 03 Ocak 15:41:42 2012] [hata] (502) Bilinmeyen hata 502: proxy: geçiş isteği gövdesi başarısız oldu [:: 1]: 1234 (localhost)
[Sal 03 Ocak 15:41:42 2012] [hata] proxy: geçiş isteği gövdesi 82.252.xxx.xx () adresinden [:: 1]: 1234 (localhost) başarısız oldu
Bazı parametreler eksik mi?