﻿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
12961	Wrong Handler settings for Shared Apache Settings	cdavidowskiatcd	nobody	"I was setting up a dev environment following the the directions for running django on a shared hosting provider with apache found at: http://docs.djangoproject.com/en/1.1/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache

I was running into problems with the script not being executed, but being printed out to the browser when I tried to access the page.  I narrowed it down to a wrong AddHandler line.

it says to use the following line for AddHandler

{{{AddHandler fastcgi-script .fcgi}}}

I had to use the following line to get it to work.

{{{AddHandler cgi-script .fcgi}}}

Thanks."		closed	Documentation	1.1		invalid			Unreviewed	0	0	0	0	0	0
