Merge pull request #1931 from owncloud/fastcgi

add cgi pathinfo when fcgi is enabled #1189
This commit is contained in:
Thomas Müller 2013-02-26 12:40:12 -08:00
commit f3a8bf9260
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