Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2022-07-26 23:26:26 +0300
committersunnavy <sunnavy@bestpractical.com>2022-07-26 23:26:29 +0300
commit67341128a3b8894e0ef7e1907f2188ec1a5574b9 (patch)
treeaa000dc8b81b8b562a8da0baccc7584a8a193595
parentf7f1f89a7e94d14766301364a298002fe705d554 (diff)
Use a bigger FcgidMaxRequestLen value for apache+fcgid tests
t/mail/gnupg-incoming.t is bitten by the small default value(131072)
-rw-r--r--t/data/configs/apache2.4+fcgid.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/data/configs/apache2.4+fcgid.conf.in b/t/data/configs/apache2.4+fcgid.conf.in
index f05d625ddb..702ecd2ef2 100644
--- a/t/data/configs/apache2.4+fcgid.conf.in
+++ b/t/data/configs/apache2.4+fcgid.conf.in
@@ -25,6 +25,7 @@ LogLevel debug
AddDefaultCharset UTF-8
+FcgidMaxRequestLen 1073741824
FcgidConnectTimeout 20
FcgidProcessTableFile %%tmp_dir%%/shm
FcgidIPCDir %%tmp_dir%%