﻿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
10434	Lighttpd and FastCGi configuration	vithlani	nobody	"Hello,

The documentation at:
[http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#lighttpd-setup]

has a small error that causes the media in the admin application to not load.

Error line: 
{{{
alias.url = (
    ""/media/"" => ""/home/user/django/contrib/admin/media/"",
)

}}}

Should be:
{{{
alias.url = (
    ""/media"" => ""/home/user/django/contrib/admin/media/"",
)

}}}

The slash at the end of the word 'media' on the left is the problem according to:
[http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAlias]

"		closed	Documentation	1.0		fixed	lighttpd, FastCGI, fcgi, admin		Ready for checkin	1	0	0	0	0	0
