SOURCES: apache1-mod_fastcgi-stderr-buf.patch (NEW) - increase stderr line ...
glen
glen at pld-linux.org
Tue Oct 14 13:26:14 CEST 2008
Author: glen Date: Tue Oct 14 11:26:14 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- increase stderr line buffer to 8k
---- Files affected:
SOURCES:
apache1-mod_fastcgi-stderr-buf.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/apache1-mod_fastcgi-stderr-buf.patch
diff -u /dev/null SOURCES/apache1-mod_fastcgi-stderr-buf.patch:1.1
--- /dev/null Tue Oct 14 13:26:14 2008
+++ SOURCES/apache1-mod_fastcgi-stderr-buf.patch Tue Oct 14 13:26:08 2008
@@ -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
================================================================
More information about the pld-cvs-commit
mailing list