From 636c0ebfb595ed07797fc7ca34094bc9f2005664 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 14 Oct 2008 11:26:08 +0000 Subject: [PATCH] - increase stderr line buffer to 8k Changed files: apache1-mod_fastcgi-stderr-buf.patch -> 1.1 --- apache1-mod_fastcgi-stderr-buf.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apache1-mod_fastcgi-stderr-buf.patch diff --git a/apache1-mod_fastcgi-stderr-buf.patch b/apache1-mod_fastcgi-stderr-buf.patch new file mode 100644 index 0000000..92f9cd3 --- /dev/null +++ b/apache1-mod_fastcgi-stderr-buf.patch @@ -0,0 +1,11 @@ +--- mod_fastcgi-2.4.2/mod_fastcgi.h~ 2008-10-14 14:24:51.000000000 +0300 ++++ mod_fastcgi-2.4.2/mod_fastcgi.h 2008-10-14 14:25:20.950443891 +0300 +@@ -62,7 +62,7 @@ + #define MAX_INIT_ENV_VARS 64 /* max # of -initial-env options */ + + /* max number of chars in a line of stderr we can handle from a FastCGI Server */ +-#define FCGI_SERVER_MAX_STDERR_LINE_LEN 1023 ++#define FCGI_SERVER_MAX_STDERR_LINE_LEN 8191 + + /* size of the buffer the PM uses to read records from the request handlers */ + #define FCGI_MSGS_BUFSIZE 32 * 512 -- 2.44.0