[Bug 238488] [patch] www/apache24 upstream fix for mod_reqtimeout.c missing default setting for RequestReadTimeout

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 11 08:00:08 UTC 2019


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 at FreeBSD.org
          Reporter: girgen at FreeBSD.org
             Flags: maintainer-feedback?(apache at FreeBSD.org)
          Assignee: apache at 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.


More information about the freebsd-apache mailing list