]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/blame - apache1-mod_fastcgi-stderr-buf.patch
- apache22 patch ok for apache13 too
[packages/apache1-mod_fastcgi.git] / apache1-mod_fastcgi-stderr-buf.patch
CommitLineData
636c0ebf
ER
1--- mod_fastcgi-2.4.2/mod_fastcgi.h~ 2008-10-14 14:24:51.000000000 +0300
2+++ mod_fastcgi-2.4.2/mod_fastcgi.h 2008-10-14 14:25:20.950443891 +0300
3@@ -62,7 +62,7 @@
4 #define MAX_INIT_ENV_VARS 64 /* max # of -initial-env options */
5
6 /* max number of chars in a line of stderr we can handle from a FastCGI Server */
7-#define FCGI_SERVER_MAX_STDERR_LINE_LEN 1023
8+#define FCGI_SERVER_MAX_STDERR_LINE_LEN 8191
9
10 /* size of the buffer the PM uses to read records from the request handlers */
11 #define FCGI_MSGS_BUFSIZE 32 * 512
This page took 0.14649 seconds and 4 git commands to generate.