﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17081	runfcgi with daemonize=True requires aboslute path for pidfile parameter	bernhard.hollaender@…	nobody	"I was unable to start the fcgi server with the deamonize option set to true. The problem was that the PID file was specified using a relative path:

$ python manage.py runfcgi method=prefork host=localhost daemonize=true port=9000 pidfile=fcgi.pid

Unfortunately this did not return any error message, the process just returned but no daemon was created. Changin the pidfile option to an absolute path solved the issue.

The same issue was reported here: http://community.webfaction.com/questions/4303/runfcgi-cant-demonize

Observed on Ubuntu 10.10, python 2.6.6



"	Bug	closed	Core (Management commands)	1.3	Normal	wontfix	runfcgi		Accepted	0	0	0	0	0	0
