From: Elan Ruusamäe Date: Tue, 14 Oct 2008 11:26:08 +0000 (+0000) Subject: - increase stderr line buffer to 8k X-Git-Tag: auto/ac/apache1-mod_fastcgi-2_4_6-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_fastcgi.git;a=commitdiff_plain;h=636c0ebfb595ed07797fc7ca34094bc9f2005664 - increase stderr line buffer to 8k Changed files: apache1-mod_fastcgi-stderr-buf.patch -> 1.1 --- 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