]>
git.ipfire.org Git - thirdparty/apache/httpd.git/log
Graham Leggett [Fri, 10 Dec 2021 13:23:51 +0000 (13:23 +0000)]
Backport:
*) mod_proxy_connect: Honor the smallest of the backend or client timeout
while tunneling, and handle "proxy-nohalfclose" as opt-out for hlaf-close
tunneling. PR 65631, 65662, 65689.
trunk patch: http://svn.apache.org/r1894290
http://svn.apache.org/r1895304
backport PR: https://github.com/apache/httpd/pull/278
2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/278.patch
+1: ylavic, rpluem, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895762 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 10 Dec 2021 13:21:09 +0000 (13:21 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895761 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 10 Dec 2021 13:08:18 +0000 (13:08 +0000)]
This backport was applied.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895760 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 10 Dec 2021 13:00:27 +0000 (13:00 +0000)]
Propose and vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895759 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 9 Dec 2021 16:11:56 +0000 (16:11 +0000)]
Fix layout [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895731 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 9 Dec 2021 13:36:55 +0000 (13:36 +0000)]
propose h2 fix backport [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895723 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 6 Dec 2021 17:36:45 +0000 (17:36 +0000)]
Yet another update to MaxSpareThreads behaviour. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895631 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 4 Dec 2021 15:20:36 +0000 (15:20 +0000)]
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895579 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 4 Dec 2021 15:19:12 +0000 (15:19 +0000)]
fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895578 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 3 Dec 2021 15:34:16 +0000 (15:34 +0000)]
Merge r1894171 from trunk:
*) core: Be safe with ap_lingering_close() called with a socket NULL-ed.
PR 65627.
mod_itk seems to:
ap_set_core_module_config(c->conn_config, NULL)
before calling ap_lingering_close(), causing a crash after r1891721.
Until we have an API to no-op ap_lingering_close(), let's be safe.
* server/connection.c(ap_start_lingering_close):
The socket should not be NULL here, add an assertion.
* server/connection.c(ap_lingering_close):
Set c->aborted if the socket is NULL, and give up.
Submitted by: acmondor <bz.apache.org acmondor.ca>, ylavic
Reviewed by: ylavic, icing, rpluem
Github: closes #277
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895555 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 3 Dec 2021 15:04:49 +0000 (15:04 +0000)]
Update proposal for PR 65626 from latest dev@ discussions, reset votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895554 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 1 Dec 2021 14:31:24 +0000 (14:31 +0000)]
* Vote and promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895469 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 1 Dec 2021 11:51:34 +0000 (11:51 +0000)]
retracting mod_http2 backport, seems to need some work
after report at https://github.com/icing/mod_h2/issues/228
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895455 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 26 Nov 2021 09:34:31 +0000 (09:34 +0000)]
update backport h2 proposal by adding r1895349. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895350 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 25 Nov 2021 16:11:16 +0000 (16:11 +0000)]
updated proposal to include fix by ylavic, r1895336.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895337 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 25 Nov 2021 15:51:50 +0000 (15:51 +0000)]
vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895335 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 25 Nov 2021 15:48:08 +0000 (15:48 +0000)]
test: adapting http2 test 200_16 to compensate for not getting a response.
This happens for newer nghttp2 versions that RST a stream with the
tested, invalid header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895334 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 25 Nov 2021 15:44:21 +0000 (15:44 +0000)]
vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895333 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 25 Nov 2021 13:11:36 +0000 (13:11 +0000)]
Ref PRs in proposal [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895329 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 25 Nov 2021 13:09:09 +0000 (13:09 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895328 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 24 Nov 2021 11:08:47 +0000 (11:08 +0000)]
integration of CHANGES [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895290 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 24 Nov 2021 11:07:53 +0000 (11:07 +0000)]
Merge of
1893969 ,
1894610 ,
1894718 ,
1895285 ,
1895287 from trunk:
*) mod_md: Fix memory leak in case of failures to load the private key.
PR 65620 [ Filipe Casal <filipe.casal@trailofbits.com> ]
*) mod_md: adding v2.4.8 with the following changes
- Added support for ACME External Account Binding (EAB).
Use the new directive `MDExternalAccountBinding` to provide the
server with the value for key identifier and hmac as provided by
your CA.
While working on some servers, EAB handling is not uniform
across CAs. First tests with a Sectigo Certificate Manager in
demo mode are successful. But ZeroSSL, for example, seems to
regard EAB values as a one-time-use-only thing, which makes them
fail if you create a seconde account or retry the creation of the
first account with the same EAB.
- The directive 'MDCertificateAuthority' now checks if its parameter
is a http/https url or one of a set of known names. Those are
'LetsEncrypt', 'LetsEncrypt-Test', 'Buypass' and 'Buypass-Test'
for now and they are not case-sensitive.
The default of LetsEncrypt is unchanged.
- `MDContactEmail` can now be specified inside a `<MDomain dnsname>`
section.
- Treating 401 HTTP status codes for orders like 403, since some ACME
servers seem to prefer that for accessing oders from other accounts.
- When retrieving certificate chains, try to read the repsonse even
if the HTTP Content-Type is unrecognized.
- Fixed a bug that reset the error counter of a certificate renewal
and prevented the increasing delays in further attempts.
- Fixed the renewal process giving up every time on an already existing
order with some invalid domains. Now, if such are seen in a previous
order, a new order is created for a clean start over again.
See <https://github.com/icing/mod_md/issues/268>
- Fixed a mixup in md-status handler when static certificate files
and renewal was configured at the same time.
*) mod_md: values for External Account Binding (EAB) can
now also be configured to be read from a separate JSON
file. This allows to keep server configuration permissions
world readable without exposing secrets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895289 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 17 Nov 2021 12:28:42 +0000 (12:28 +0000)]
add proposal for backport of mod_http2 v2.0 from trunk.
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895101 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 17 Nov 2021 08:43:25 +0000 (08:43 +0000)]
update after backport [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895098 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 17 Nov 2021 08:42:35 +0000 (08:42 +0000)]
Merge of r1894074 from trunk:
*) mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO.
PR 65616. [Ruediger Pluem]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895097 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 17 Nov 2021 08:41:07 +0000 (08:41 +0000)]
vote and promote. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1895096 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Thu, 21 Oct 2021 06:52:34 +0000 (06:52 +0000)]
Fixes #65630
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894434 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 12 Oct 2021 08:13:55 +0000 (08:13 +0000)]
Merged. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894151 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 12 Oct 2021 08:13:29 +0000 (08:13 +0000)]
Merge r1782986 from trunk:
util_filter: better ap_pass_brigade() vs empty brigades.
Submitted by: ylavic
Reviewed by: jorton, rpluem, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894150 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 11 Oct 2021 15:26:52 +0000 (15:26 +0000)]
* Vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894136 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 9 Oct 2021 15:28:38 +0000 (15:28 +0000)]
Propose [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894077 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 8 Oct 2021 16:32:06 +0000 (16:32 +0000)]
Vote, promote [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894033 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 8 Oct 2021 13:57:47 +0000 (13:57 +0000)]
* Vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894027 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 8 Oct 2021 12:44:31 +0000 (12:44 +0000)]
Propose. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1894025 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 7 Oct 2021 15:22:02 +0000 (15:22 +0000)]
publishing release httpd-2.4.51
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893998 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 7 Oct 2021 12:43:52 +0000 (12:43 +0000)]
* update of test/modules/http2 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893984 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 7 Oct 2021 12:36:22 +0000 (12:36 +0000)]
* Nitpick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893982 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 7 Oct 2021 12:34:29 +0000 (12:34 +0000)]
Fix ap_mmn.h after r1893977.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893980 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 7 Oct 2021 12:28:18 +0000 (12:28 +0000)]
Backported [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893978 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 7 Oct 2021 12:27:43 +0000 (12:27 +0000)]
Merge r1893971 from trunk:
core: Add ap_unescape_url_ex() for better decoding control, and deprecate
unused AP_NORMALIZE_DROP_PARAMETERS flag.
Submitted by: ylavic
Reviewed by: ylavic, icing, gbechis
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893977 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 7 Oct 2021 12:24:49 +0000 (12:24 +0000)]
Move to 3 votes' section [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893976 13f79535 -47bb-0310-9956-
ffa450edef68
Giovanni Bechis [Thu, 7 Oct 2021 12:21:10 +0000 (12:21 +0000)]
vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893975 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 7 Oct 2021 12:13:33 +0000 (12:13 +0000)]
vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893974 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 7 Oct 2021 12:07:01 +0000 (12:07 +0000)]
Propose [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893973 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Tue, 5 Oct 2021 08:15:56 +0000 (08:15 +0000)]
publishing release httpd-2.4.50
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893906 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 2 Oct 2021 13:21:37 +0000 (13:21 +0000)]
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893819 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 2 Oct 2021 13:17:32 +0000 (13:17 +0000)]
fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893816 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 1 Oct 2021 11:22:10 +0000 (11:22 +0000)]
CHANGES and STATUS update after merge [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893776 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 1 Oct 2021 11:21:11 +0000 (11:21 +0000)]
Merge of /httpd/httpd/trunk:r1893724
*) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in
the uri-path when it's preceded by a dot. [Yann Ylavic]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893775 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 1 Oct 2021 11:12:58 +0000 (11:12 +0000)]
move to proper section [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893774 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 1 Oct 2021 10:54:08 +0000 (10:54 +0000)]
vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893773 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 1 Oct 2021 10:41:11 +0000 (10:41 +0000)]
vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893771 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 30 Sep 2021 09:38:00 +0000 (09:38 +0000)]
consolidate CHANGES [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893748 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 29 Sep 2021 19:33:34 +0000 (19:33 +0000)]
Add compatibility note for CheckBasenameMatch
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893734 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 29 Sep 2021 15:04:47 +0000 (15:04 +0000)]
Propose [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893725 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 14:35:55 +0000 (14:35 +0000)]
Backport:
*) mpm event: Correctly count active child processes in parent process if
child process dies due to MaxConnectionsPerChild. PR 65592.
Trunk version of patch:
https://svn.apache.org/r1893520
Backport version for 2.4.x of patch:
Trunk version of patch works
svn merge -c
1893520 ^/httpd/httpd/trunk .
+1: rpluem, ylavic, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893660 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 14:34:20 +0000 (14:34 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893659 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 14:30:51 +0000 (14:30 +0000)]
Backport:
*) mod_http2: when a server is restarted gracefully, any idle h2 worker
threads are shut down immediately.
Also, change OpenSSL API use for deprecations in OpenSSL 3.0.
Adds all other, never proposed code changes to make a clean
sync of http2 sources.
trunk patch: http://svn.apache.org/r1893214
http://svn.apache.org/r1893215
http://svn.apache.org/r1893220
and other never proposed code changes
PR: https://github.com/apache/httpd/pull/270
+1: icing, rpluem, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893658 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 14:28:20 +0000 (14:28 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893657 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 14:18:55 +0000 (14:18 +0000)]
Backport:
*) mod_dav: Correctly handle errors returned by dav providers on REPORT
requests.
Trunk version of patch:
https://svn.apache.org/r1893589
Backport version for 2.4.x of patch:
Trunk version of patch works
svn merge -c
1893589 ^/httpd/httpd/trunk .
+1: rpluem, minfrin, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893656 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 14:14:37 +0000 (14:14 +0000)]
Backport:
*) core: do not install core input/output filters on secondary
connections.
Trunk version of patch:
http://svn.apache.org/viewvc?view=revision&revision=
1787606
Backport version for 2.4.x of patch:
svn merge -c
1787606 ^/httpd/httpd/trunk .
+1: icing, rpluem, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893655 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 14:11:22 +0000 (14:11 +0000)]
Backport:
*) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection()
and use it to prevent that failures in running the pre_connection
hook cause crashes afterwards.
Trunk version of patch:
https://svn.apache.org/r1893497
https://svn.apache.org/r1893507
Backport version for 2.4.x of patch:
https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/269.diff
Can be applied via apply_backport_pr.sh 269.
+1: rpluem, icing, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893654 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 13:35:34 +0000 (13:35 +0000)]
Remove duplicate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893653 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 26 Sep 2021 13:24:26 +0000 (13:24 +0000)]
Vote, promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893652 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 13:07:01 +0000 (13:07 +0000)]
Backport:
*) mod_speling: Backport CheckBasenameMatch for PR44221
trunk patch: http://svn.apache.org/r1557580
http://svn.apache.org/r1732273
http://svn.apache.org/r1844598
2.4.x patch: full resync of code/docs due to conflicts + changes
http://people.apache.org/~covener/patches/speling-sync.diff
+1 covener, rpluem, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893649 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 26 Sep 2021 13:00:21 +0000 (13:00 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893646 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 25 Sep 2021 22:15:28 +0000 (22:15 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893632 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 25 Sep 2021 21:51:34 +0000 (21:51 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893630 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 25 Sep 2021 21:33:29 +0000 (21:33 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893628 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 24 Sep 2021 14:50:01 +0000 (14:50 +0000)]
* Propose [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893598 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 18:32:18 +0000 (18:32 +0000)]
* Vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893575 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:42:48 +0000 (12:42 +0000)]
vote. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893561 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:32:21 +0000 (12:32 +0000)]
update after backport [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893560 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:31:53 +0000 (12:31 +0000)]
backport of
1893519 ,
1893532 from trunk:
*) mod_proxy: Handle UDS URIs with empty hostname ("unix:///...") as if they
had no hostname ("unix:/..."), also in mod_rewrite's is_absolulte_uri().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893559 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:31:12 +0000 (12:31 +0000)]
vote and promote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893558 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:29:51 +0000 (12:29 +0000)]
update after backport [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893557 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:29:03 +0000 (12:29 +0000)]
Merge of r1893516 from trunk:
*) mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893556 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:27:47 +0000 (12:27 +0000)]
vote and promote. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893554 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 12:23:15 +0000 (12:23 +0000)]
* Vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893553 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 12:08:36 +0000 (12:08 +0000)]
add proposal for r1787606.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893552 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 09:53:01 +0000 (09:53 +0000)]
* merging test/modules from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893546 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 09:46:42 +0000 (09:46 +0000)]
removing copy of test for future merging
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893545 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 09:14:38 +0000 (09:14 +0000)]
test/modules/http2: ignoring gen directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893544 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 09:13:59 +0000 (09:13 +0000)]
Reload of proposed mod_http2 backport of server graceful handling,
including all the tiny code changes that were never proposed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893543 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 23 Sep 2021 08:56:33 +0000 (08:56 +0000)]
* test: adding the modules/http2 test suite for easy availability
in 2.4.x.
* configure.in: adding the test/modules/http2 .in files to process
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893542 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 08:51:42 +0000 (08:51 +0000)]
* Propose [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893540 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 08:47:50 +0000 (08:47 +0000)]
* Propose [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893539 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 08:29:52 +0000 (08:29 +0000)]
* Vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893535 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 23 Sep 2021 08:00:17 +0000 (08:00 +0000)]
Propose, vote, promote [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893533 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 07:39:15 +0000 (07:39 +0000)]
* Vote [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893531 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 07:25:24 +0000 (07:25 +0000)]
* Comment [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893530 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 23 Sep 2021 07:23:16 +0000 (07:23 +0000)]
* Propose [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893529 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 19 Sep 2021 11:51:32 +0000 (11:51 +0000)]
Remove useless CHANGES entry + trigger CI
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893439 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 17 Sep 2021 12:41:45 +0000 (12:41 +0000)]
Merge of /httpd/httpd/trunk:r1893399
*) mod_md: when MDMessageCmd for a 'challenge-setup:<type>:<dnsname>'
fails (!= 0 exit), the renewal process is aborted and an error is
reported for the MDomain. This provides scripts that distribute
information in a cluster to abort early with bothering an ACME
server to validate a dns name that will not work. The common
retry logic will make another attempt in the future, as with
other failures.
Fixed a bug when adding private key specs to an already working
MDomain, see <https://github.com/icing/mod_md/issues/260>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893400 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 16 Sep 2021 07:58:22 +0000 (07:58 +0000)]
publishing release httpd-2.4.49
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893373 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 15 Sep 2021 13:41:35 +0000 (13:41 +0000)]
Merge of /httpd/httpd/trunk:r1893359
*) mod_md: fixed a bug in handling multiple parallel OCSP requests. These could
run into an assertion which terminated (and restarted) the child process where
the task was running. Eventually, all OCSP responses were collected, but not
in the way that things are supposed to work.
See also <https://bz.apache.org/bugzilla/show_bug.cgi?id=65567>.
The bug was possibly triggered when more than one OCSP status needed updating
at the same time. For example for several renewed certificates after a server
reload.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893360 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 11 Sep 2021 12:43:26 +0000 (12:43 +0000)]
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893252 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 11 Sep 2021 12:42:39 +0000 (12:42 +0000)]
fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893251 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 10 Sep 2021 12:23:09 +0000 (12:23 +0000)]
readability [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893225 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 10 Sep 2021 12:19:18 +0000 (12:19 +0000)]
propose a busy PR [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1893223 13f79535 -47bb-0310-9956-
ffa450edef68