﻿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
10464	Django Lighttpd Deployment Addition	dgt84		"It appears that lighttpd will IGNORE mod_rewrite rules within blocks using `$HTTP[""url""]` to match on URLs (a fairly common thing to do to redirect to HTTPS for example). In order to do that you must NOT use `$HTTP[""url""]`, for example using ""host"" will work:

{{{
$HTTP[""url""] =~ ""/login"" {
    url.redirect = ""https://....../login""
} else $HTTP[""host""] ~= "".*"" {
    fastcgi.server = ....
}
}}}

I think the docs should be updated to reflect this as it will save others horrible headaches."	New feature	closed	Documentation	1.0	Normal	wontfix	deployment		Accepted	0	0	0	0	0	0
