diff options
author | foobar <sniper@php.net> | 2005-04-28 13:14:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-28 13:14:26 +0000 |
commit | 03bdd1a5d41c47a846af3b9054a7721fc6539ddf (patch) | |
tree | 8709a517c3d3a0028f495e029c0bf7984271929d /php.ini-recommended | |
parent | 1ed5c14fe29ec031332543c12ef19b7a1bd27f93 (diff) | |
download | php-git-03bdd1a5d41c47a846af3b9054a7721fc6539ddf.tar.gz |
- Added fastcgi.logging php.ini option to be able to disable
logging through the fastcgi connection
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 101eebb068..c5ad526bc5 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -539,6 +539,9 @@ enable_dl = On ; Set to 1 if running under IIS. Default is zero. ; fastcgi.impersonate = 1; +; Disable logging through FastCGI connection +; fastcgi.log = 0 + ; cgi.rfc2616_headers configuration option tells PHP what type of headers to ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that ; is supported by Apache. When this option is set to 1 PHP will send |