Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 08:00:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 238488] [patch] www/apache24 upstream fix for mod_reqtimeout.c missing default setting for RequestReadTimeout
Message-ID:  <bug-238488-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238488

            Bug ID: 238488
           Summary: [patch] www/apache24 upstream fix for mod_reqtimeout.c
                    missing default setting for RequestReadTimeout
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: apache@FreeBSD.org
          Reporter: girgen@FreeBSD.org
             Flags: maintainer-feedback?(apache@FreeBSD.org)
          Assignee: apache@FreeBSD.org

Created attachment 204978
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204978&action=edit
Fix regression with RequestReadTimeout default setting

There is a regreswsion in the latest apache httpd that made it have no default
value for the RequestReadTimeout parameter. This means that if no explicit
RequestReadTimeout statement is made in httpd.conf, by default the server will
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=63325

I suggest adding the patch rather than wait for a new release.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238488-16115>