Re: fcgi - Problem using daemonize=true

2008-08-21 Thread Paddy Joy
Thank you Scott I would have never figured that ou! python manage.py runfcgi daemonize=true method=threaded host=127.0.0.1 port=3033 pidfile=/tmp/django.pid works ok. Paddy On Aug 21, 8:10 pm, "Scott Moonen" <[EMAIL PROTECTED]> wrote: > Paddy, I can't remember all the details of my fcgi testin

Re: fcgi - Problem using daemonize=true

2008-08-21 Thread Scott Moonen
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

fcgi - Problem using daemonize=true

2008-08-21 Thread Paddy Joy
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 vhos