On Sat, 25 Feb 2006 15:32:42 -0800 "Bryant" <[EMAIL PROTECTED]> wrote:
> > I have what I think is a similar problem - first time posting here so > please, be gentle. > > I followed the instructions on the Django on Dreamhost wiki and > correctly installed django. Everything seems to work fine... database > tables are as expected... then I try to access mydomain.com/admin or > mydomain.com/django.fcgi. > > After trying for several minutes, I get a 500: the error says "comm > with (dynamic) server aborted" and "incomplete headers (0 bytes) > received from server." However, when I run the sample hello.fcgi to > verify that FastCGI is running, it works fine. Welcome to the fastcgi club. This is one thing that just drives me absolutely nuts about fastcgi. I had the same problem with my TurboGears app and I occasionally have the problem with Django. Assuming everything really is setup right, just try killing all of your fastcgi processes, wait 15 minutes, and try again. It appears that Dreamhost has something setup to not allow too many fastcgi processes to spawn too quickly, so if you kill everything and wait a little bit, you'll be starting with a clean slate. I hope this works for you. > > Is there something wrong with the latest Django WSGI handler (I > installed via svn) or is it something in my configuration that's > causing this (to me) inexplicable error? Is this a Dreamhost only > issue? It could possibly be your configuration. I doubt it's Django specifically. I'm running 0.91 (not SVN). It may or may not be Dreamhost. I suspect fastcgi, but that's just me and my male intuition. - jmj > > Bryant Cutler > bryantcutler.com > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---