logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: The proxy server could not handle the request POST /
Author
tripcode



Joined: 05 Feb 2006
Posts: 10

PostPosted: Mon 02 Jul '07 14:34    Post subject: The proxy server could not handle the request POST / Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 02 Jul '07 16:12    Post subject: Reply with quote

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

PostPosted: Mon 02 Jul '07 16:48    Post subject: Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 02 Jul '07 17:05    Post subject: Reply with quote

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


Reply to topic   Topic: The proxy server could not handle the request POST / View previous topic :: View next topic
Post new topic   Forum Index -> Apache