]> git.pld-linux.org Git - packages/apache-mod_fastcgi.git/commitdiff
- increase stderr line buffer to 8k
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 14 Oct 2008 11:26:08 +0000 (11:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fastcgi-stderr-buf.patch -> 1.1

apache-mod_fastcgi-stderr-buf.patch [new file with mode: 0644]

diff --git a/apache-mod_fastcgi-stderr-buf.patch b/apache-mod_fastcgi-stderr-buf.patch
new file mode 100644 (file)
index 0000000..92f9cd3
--- /dev/null
@@ -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
This page took 0.078659 seconds and 4 git commands to generate.