add cgi pathinfo when fcgi is enabled #1189

This commit is contained in:
Bernhard Posselt 2013-02-26 18:00:07 +01:00
parent b987c76d16
commit 26d5992161
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<IfModule mod_fcgid.c>
cgi.fix_pathinfo = 1
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1