2021-05-18 15:19:25 +00:00
|
|
|
diff --git a/modules/fcgid/fcgid_conf.h b/modules/fcgid/fcgid_conf.h
|
2021-07-01 15:13:47 +00:00
|
|
|
index 47d68bb..44da00e 100644
|
2021-05-18 15:19:25 +00:00
|
|
|
--- a/modules/fcgid/fcgid_conf.h
|
|
|
|
+++ b/modules/fcgid/fcgid_conf.h
|
|
|
|
@@ -139,7 +139,7 @@ typedef struct {
|
|
|
|
*/
|
|
|
|
#define INITENV_KEY_LEN 64
|
2021-07-01 15:13:47 +00:00
|
|
|
#define INITENV_VAL_LEN 256
|
2021-05-18 15:19:25 +00:00
|
|
|
-#define INITENV_CNT 64
|
|
|
|
+#define INITENV_CNT 1024
|
|
|
|
typedef struct {
|
|
|
|
char initenv_key[INITENV_CNT][INITENV_KEY_LEN];
|
|
|
|
char initenv_val[INITENV_CNT][INITENV_VAL_LEN];
|