I'm not sure what's going on here, can anyone help?

When I run the following command:

python manage.py runfcgi daemonize=false method=threaded
host=127.0.0.1 port=3033 pidfile=django.pid

everything works fine. The file django.pid is created and I can access
my django app through an apache vhost using FastCGIExternalServer /
home/user/html/mysite.fcgi -host 127.0.0.1:3033


However when I run:

python manage.py runfcgi daemonize=true method=threaded host=127.0.0.1
port=3033 pidfile=django.pid

nothing happens, no django.pid is created and I can't locate any error
messages anywhere.

Anyone any ideas?

Paddy
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to