php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().
This commit is contained in:
Myles McNamara 2013-03-07 23:30:56 -05:00
Родитель 308c85090e
Коммит ef2e84026e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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