Last change
on this file since 1849 was
1362,
checked in by andersk, 15 years ago
|
Undo the REDIRECT_STATUS kludge.
httpd.conf has always contained ‘SetEnv REDIRECT_STATUS CGI’, to fool
a misguided PHP security check (cgi.force_redirect) such that it never
triggers.
But this check is configurable in php.ini. Let’s just turn it off
instead.
This fixes legitimate uses of REDIRECT_STATUS, such as in an
ErrorDocument handler.
|
File size:
114 bytes
|
Line | |
---|
1 | zend_extension = /usr/lib64/php/modules/scripts.so |
---|
2 | cgi.fix_pathinfo=1 |
---|
3 | cgi.force_redirect = 0 |
---|
4 | memory_limit = 1024M |
---|
Note: See
TracBrowser
for help on using the repository browser.