Paddy, I can't remember all the details of my fcgi testing, but I think I saw the same mysterious behavior when I specified a relative path for the pid file. Once I specified an absolute path things seemed to work ok. I may be misremembering, or this may not be your problem. But it's worth a try,
-- Scott On Thu, Aug 21, 2008 at 5:50 AM, Paddy Joy <[EMAIL PROTECTED]> wrote: > > 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 > > > -- http://scott.andstuff.org/ | http://truthadorned.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---