Ok, so I am a little confused. I am trying to put my stuff up on a
hosting site, using apache w/modpython. When I hit the site, I get an
error page:

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.
Reason: Error reading from remote server

At first, I thought this was a redirection issue w/apache. However, if
I hit an endpoint that doesnt have a mapping in urls.py, I get the
standard URLRequest404 page. This shows me that all is working, but
that for some reason valid responses are resulting in a proxy error. So
I thought... hmm.. maybe the resulting response isnt being translated
properly for modpython. However, I added a reponse middleware, and it
never got called. So, I tried debugging django a bit to see where it is
dying, and it seems to be dying when trying to resolve the url.

One other note: As expected, when I use the provided server
(runserver), all is fine.

Has anyone else come across this? Any help/tips/ideas would be great!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to