proxy: pass request body failed

Posted by bux on Server Fault See other posts from Server Fault or by bux
Published on 2012-01-03T14:48:53Z Indexed on 2012/06/25 3:18 UTC
Read the original article Hit count: 710

Filed under:
|

I'm trying to enable proxy virtualhost:

<VirtualHost *:80>

  ServerName xxxxx.domain.tdl
  SSLProxyEngine On
  SSLProxyCheckPeerCN on

  ProxyPass / https://localhost:1234
  ProxyPassReverse / https://localhost:1234

</VirtualHost>

But i've an 500 err and my error.log (apache2) display:

[Tue Jan 03 15:41:42 2012] [error] (502)Unknown error 502: proxy: pass request body failed to [::1]:1234 (localhost)

[Tue Jan 03 15:41:42 2012] [error] proxy: pass request body failed to [::1]:1234 (localhost) from 82.252.xxx.xx ()

Missing some parameters ?

© Server Fault or respective owner

Related posts about apache2

Related posts about mod-proxy