﻿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
602	Django error when getting the root of the site with FCGI	wojtek@…	Adrian Holovaty	"I'm running lighttpd with FCGI and redirecting all traffic to Django-fcgi using the ""/"" prefix in the lighttpd fcgi configuration.

When I go to mysite.com/ I get the following error:
{{{
   45         # trailing slash or a file extension.
   46         print old_url
   47         if settings.APPEND_SLASH and (old_url[1][-1] != '/') and ('.' not in old_url[1].split('/')[-1]):
   48             new_url[1] = new_url[1] + '/'
   49         if new_url != old_url:
global settings = <module 'django.conf.settings' from '/opt/tomcat/django/conf/settings.pyc'>, settings.APPEND_SLASH = True, old_url = ['w4.grono.net:8000', ''], ].split undefined
}}}

When I print out the old_url variable it contains:[[br]]
['mysite.com', '']

I don't know an easy fix for this but you guys probably do :)"	defect	closed	Core (Other)		major	fixed			Unreviewed	0	0	0	0	0	0
