[Rt-commit] rt branch 4.4/docker-testing-buster updated. rt-4.4.6-23-g67341128a3

BPS Git Server git at git.bestpractical.com
Tue Jul 26 20:28:49 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 4.4/docker-testing-buster has been updated
       via  67341128a3b8894e0ef7e1907f2188ec1a5574b9 (commit)
      from  f7f1f89a7e94d14766301364a298002fe705d554 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67341128a3b8894e0ef7e1907f2188ec1a5574b9
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jul 27 04:26:26 2022 +0800

    Use a bigger FcgidMaxRequestLen value for apache+fcgid tests
    
    t/mail/gnupg-incoming.t is bitten by the small default value(131072)

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%%

-----------------------------------------------------------------------

Summary of changes:
 t/data/configs/apache2.4+fcgid.conf.in | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list