Hi,

I'm having a problem with admin pages hanging when running the dev
server on an off-port that seems to be similar to the one described
here:

http://groups.google.com/group/django-users/browse_thread/thread/3450e2c2585a8e82/c04d9a6d4c803bd7?lnk=gst&q=admin+server+hangs#c04d9a6d4c803bd7

I'm running this from a remote server and attempting to view the pages
over a variety of browsers. I'm running django 1.0.2 on Centos 5.2
with modpython and apache 2.something, python 2.4 and postgresql 8.3.

The dev server serves non-admin pages just fine over the same port;
and when I run the production server with the same configuration the
admin (and regular) pages are served no problem. ( If I had more
energy I might try to run the prod server over the same port and see
if the admin works, but... )

Anyway, when I try to load an admin page the dev server console shows
a 200 response code and no errors--but my browser just churns
endlessly.

Once the dev server chokes trying to send an admin page, it stops
responding to requests. If I restart it, though, it serves non-admin
pages fine over the same off-port.

I am able to get an admin page response when running the dev server
from localhost (I'm hitting the admin login page with wget), though I
confess I haven't bothered to try to log in that way and don't see
that as a useful alternative. The dev server doesn't hang when serving
pages to localhost this way though.

Has anyone seen this behavior before and fixed it? It seems weird that
there aren't any errors. I recall that when I moved servers a few
months ago that dev admin pages took a really unreasonable time to
load, but I couldn't say when this actually started happening--
probably because I was too lazy to do anything about it.

I thought maybe it was some sort of port/cookie weirdness--but I don't
see why that would make the dev server become unresponsive. Any hints
much appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to