remove php_value
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:
parent
308c85090e
commit
ef2e84026e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue