﻿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
11754	mod_fastcgi documentation should specify full path to .fcgi script	joeforker	nobody	"http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/


{{{
FastCGIExternalServer /home/user/public_html/mysite.fcgi -host 127.0.0.1:3033
}}}


is followed by


{{{
RewriteRule ^/(.*)$ /mysite.fcgi/$1 [QSA,L]
}}}


which must rewrite to /home/user/public_html/mysite.fcgi, not just /mysite.fcgi/, if the documentation is followed to the letter."	Bug	closed	Documentation	1.1	Normal	wontfix	deployment		Accepted	0	0	0	0	0	0
