From 03bdd1a5d41c47a846af3b9054a7721fc6539ddf Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 28 Apr 2005 13:14:26 +0000 Subject: - Added fastcgi.logging php.ini option to be able to disable logging through the fastcgi connection --- php.ini-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php.ini-dist') diff --git a/php.ini-dist b/php.ini-dist index 75af31cbd2..9ba5721cd2 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -481,6 +481,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 -- cgit v1.2.1