Date: Tue, 11 Jun 2019 08:00:01 +0000 From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 238488] [patch] www/apache24 upstream fix for mod_reqtimeout.c missing default setting for RequestReadTimeout Message-ID: <bug-238488-16115-Sbj4ZaNifl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238488-16115@https.bugs.freebsd.org/bugzilla/> References: <bug-238488-16115@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-apache mailing list <apache@FreeBSD.org> for maintainer-feedback: Bug 238488: [patch] www/apache24 upstream fix for mod_reqtimeout.c missing default setting for RequestReadTimeout https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238488 --- Description --- There is a regreswsion in the latest apache httpd that made it have no defa= ult value for the RequestReadTimeout parameter. This means that if no explicit RequestReadTimeout statement is made in httpd.conf, by default the server w= ill return a 408 timeout after 20s even if the client is actively sending data = to the server (e.g. for a large file upload). We where bitten by this bug when users reported they could no longer upload files to our websites. https://bz.apache.org/bugzilla/show_bug.cgi?id=3D63325 I suggest adding the patch rather than wait for a new release.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238488-16115-Sbj4ZaNifl>