﻿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
3833	FastCGI apache setup should mention using Pass Through in case of a proxied media server	Nebojša Đorđević - nesh <nesh@…>	Jacob	"In the FastCGI documentation says that media rewrite rule should look like this:

{{{
RewriteRule ^/(media.*)$ /$1 [QSA,L]
}}}

but I found-out (and someone in the comments on that page also mentions this) that you must have rewrite rule like this:

{{{
RewriteRule ^/(media.*)$ /$1 [QSA,L,PT]
}}}

Note `,PT` at the end."		closed	Documentation	dev		fixed	MESSAGE	Jbeil	Accepted	0	0	0	0	0	0
