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:
[hidden email]
Reporter:
[hidden email]
Flags: maintainer-feedback?(
[hidden email])
Assignee:
[hidden email]
Created attachment 204978
-->
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204978&action=editFix 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=63325I suggest adding the patch rather than wait for a new release.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[hidden email] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-apacheTo unsubscribe, send any mail to "
[hidden email]"