I'm having trying to get django, to serve content with fastcgi. I have installed flup version. Django/FCGI appears to hang and become unresponsive. For testing purposes, I have created a blank project, django-admin.py startproject mysite . Inside the project's shell, python manage.py shell , when I run, from flup.server.fcgi import WSGIServer , nothing is returned other than the standard >>> . It appears flup in installed correctly. I attempt to run the project with fastcgi instead of runserver, python manage.py runfcgi protocol=fcgi daemonize=false host=<HIDDEN> port=<HIDDEN> . No errors or warnings are sent to the screen. When I attempt to view the site on my browser, the django fastcgi script instance does not respond in any manner. As a result, the browser hangs, waiting for the response. Nothing is logged to the console, syslog, etc....
Any ideas? John --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---