Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: The proxy server could not handle the request POST / |
|
Author |
|
tripcode
Joined: 05 Feb 2006 Posts: 10
|
Posted: Mon 02 Jul '07 14:34 Post subject: The proxy server could not handle the request POST / |
|
|
Would anyone know at all why I would be getting this error just on the login form and contact forms in a Plone/Zope site once everything is sitting behind Apache? Everything else is fine. I have just got one virtual host setting and nothing on the forms at all. The form post submit code looks fine.
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /login_form.
Reason: Error reading from remote server |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 02 Jul '07 16:12 Post subject: |
|
|
Which proxy modules do you load in httpd.conf?
Do you load mod_proxy_http and mod_proxy_connect? |
|
Back to top |
|
tripcode
Joined: 05 Feb 2006 Posts: 10
|
Posted: Mon 02 Jul '07 16:48 Post subject: |
|
|
Definitely mod_proxy_http but not sure about mod_proxy_connect. GET requests work fine it's just POST requests that give this error if that helps
Thanks |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 02 Jul '07 17:05 Post subject: |
|
|
An second idea is that you need to rewrite some action urls with mod_proxy_html. There are some topics about that in the forum. |
|
Back to top |
|
|
|
|
|
|