]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
4 years ago* Vote and promote [skip ci]
Ruediger Pluem [Mon, 17 May 2021 19:28:30 +0000 (19:28 +0000)] 
* Vote and promote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889968 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Propose [skip ci]
Ruediger Pluem [Mon, 17 May 2021 14:41:07 +0000 (14:41 +0000)] 
* Propose [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889963 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1889958 from trunk:
Stefan Eissing [Mon, 17 May 2021 12:13:58 +0000 (12:13 +0000)] 
Merge r1889958 from trunk:

mod_md: update documentation regarding private keys and message events.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889959 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote. [skip ci]
Stefan Eissing [Mon, 17 May 2021 08:44:01 +0000 (08:44 +0000)] 
vote. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889948 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAdd other missing commits. [skip ci]
Yann Ylavic [Sun, 16 May 2021 11:34:16 +0000 (11:34 +0000)] 
Add other missing commits. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889932 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAdd missing commit r1888871 to proposal. [skip ci]
Yann Ylavic [Sun, 16 May 2021 11:22:54 +0000 (11:22 +0000)] 
Add missing commit r1888871 to proposal. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889931 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPropose. [skip ci]
Yann Ylavic [Sun, 16 May 2021 10:53:17 +0000 (10:53 +0000)] 
Propose. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889930 13f79535-47bb-0310-9956-ffa450edef68

4 years agoBackported. [skip ci]
Yann Ylavic [Fri, 14 May 2021 19:19:36 +0000 (19:19 +0000)] 
Backported. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889903 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1889792, r1889795 from trunk:
Yann Ylavic [Fri, 14 May 2021 19:18:52 +0000 (19:18 +0000)] 
Merge r1889792, r1889795 from trunk:

mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp.

Allows to opt-out the fallback to mod_proxy_http to handle WebSocket upgrade,
and let mod_proxy_wstunnel handle the requests as in 2.4.46 and earlier.

Update docs.

Follow up to r1889792: CHANGES entry.

Submitted by: ylavic
Reviewed by: ylavic, covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889902 13f79535-47bb-0310-9956-ffa450edef68

4 years agomod_proxy: Fix flushing of THRESHOLD_MIN_WRITE data while tunneling. BZ 65294
Yann Ylavic [Fri, 14 May 2021 19:15:11 +0000 (19:15 +0000)] 
mod_proxy: Fix flushing of THRESHOLD_MIN_WRITE data while tunneling.  BZ 65294

Submitted by: ylavic
Reviewed by: ylavic, covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889901 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Vote and promote [skip ci]
Ruediger Pluem [Fri, 14 May 2021 19:06:38 +0000 (19:06 +0000)] 
* Vote and promote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889900 13f79535-47bb-0310-9956-ffa450edef68

4 years agoUpdate Win32 command line makefiles for r1889793
Gregg Lewis Smith [Thu, 13 May 2021 20:14:00 +0000 (20:14 +0000)] 
Update Win32 command line makefiles for r1889793

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889869 13f79535-47bb-0310-9956-ffa450edef68

4 years agoBackported. [skip ci]
Yann Ylavic [Wed, 12 May 2021 11:21:40 +0000 (11:21 +0000)] 
Backported. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889799 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1888266 from trunk:
Yann Ylavic [Wed, 12 May 2021 11:21:09 +0000 (11:21 +0000)] 
Merge r1888266 from trunk:

mod_socache_shmcb: be safe from socache_shmcb_destroy() late call.  PR 59798.

ssl_init_Module() in post_config early registers ssl_init_ModuleKill(), which
will then run after all the next cleanups registered later in post_config, thus
any shm_cleanup() registered from ssl_scache_init::socache_shmcb_init().
This can cause a double SHM cleanup when apr_shm_destroy() is called from
ssl_init_ModuleKill::ssl_scache_kill() as pconf is cleared.

Fix this in mod_socache_shmcb by registering a socache_shmcb_cleanup() after
the SHM is created, and by letting socache_shmcb_destroy() run the cleanup,
such that shm_cleanup() is always and ever called only once.

Ideally apr_shm_create() would be consistent accross platforms to register its
shm_cleanup() on the pool but that's not the case for now (I'm on it), so httpd
has to call apr_shm_destroy() explicitely from several places (we'll be able to
remove ssl_scache_kill() and other similar cleanups once the minimal APR
version required by httpd is fixed..).

We could also fix this by registering ssl_init_ModuleKill() late(r) in
ssl_init_Module(), though the more robust mod_socache_shmcb the better for
all the modules..

Reviewed by: ylavic, icing, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889798 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote, move to showstoppers [skip ci]
Eric Covener [Wed, 12 May 2021 10:41:50 +0000 (10:41 +0000)] 
vote, move to showstoppers [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889797 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPropose fix for BZ 65294 and opt-out for wstunnel fallback.
Yann Ylavic [Wed, 12 May 2021 10:38:01 +0000 (10:38 +0000)] 
Propose fix for BZ 65294 and opt-out for wstunnel fallback.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889796 13f79535-47bb-0310-9956-ffa450edef68

4 years agoupdate after backport. [skip ci]
Stefan Eissing [Wed, 12 May 2021 10:15:21 +0000 (10:15 +0000)] 
update after backport. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889794 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge of [r1886840, r1887085, r1887087, r1887134, r1887151, r1887152,
Stefan Eissing [Wed, 12 May 2021 10:14:42 +0000 (10:14 +0000)] 
Merge of [r1886840, r1887085, r1887087, r1887134, r1887151, r1887152,
       r1887337, r1887340, r1887342, r1887343, r1887360, r1887364,
       r1887923, r1887965, r1887993, r1888006, r1888083, r1888084,
       r1888723, r1888724, r1888726, r1888729, r1889788] from trunk:

   *) core/mod_ssl/mod_md:
     - adding new ap_ssl_*() functions for a backward
       compatible replacement of the major optional mod_ssl functions. This
       allows other ssl modules to work without impersonating mod_ssl and
       also allows different ssl modules being active on separate ports.
     - latest mod_md with support for multiple certificates per domain
       and ECDSA certificates. Removed ACMEv1 support.
     - Interworking mod_md and ssl modules changed to exchange PEM strings
       instead of file paths for ACME challenges.
     - core/mod_ssl/mod_md: adding OCSP response provisioning as core feature.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889793 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMove a change entry to the right location
Christophe Jaillet [Tue, 11 May 2021 19:21:34 +0000 (19:21 +0000)] 
Move a change entry to the right location

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889775 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1889341 from trunk:
Ruediger Pluem [Tue, 11 May 2021 15:21:43 +0000 (15:21 +0000)] 
Merge r1889341 from trunk:

* Do not strip any headers from 304 responses.

PR: 61820

Reviewed by: rpluem, covener, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889764 13f79535-47bb-0310-9956-ffa450edef68

4 years agoUpdate after merge of backport. [skip ci]
Stefan Eissing [Tue, 11 May 2021 13:37:18 +0000 (13:37 +0000)] 
Update after merge of backport. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889760 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1889119 from trunk:
Stefan Eissing [Tue, 11 May 2021 13:36:45 +0000 (13:36 +0000)] 
Merge r1889119 from trunk:

mod_http2: fix incomplete sync with github and its version number.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889759 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Vote and promote [skip ci]
Ruediger Pluem [Tue, 11 May 2021 09:50:49 +0000 (09:50 +0000)] 
* Vote and promote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889751 13f79535-47bb-0310-9956-ffa450edef68

4 years agoupdate proposal [skip ci]
Stefan Eissing [Tue, 11 May 2021 08:42:09 +0000 (08:42 +0000)] 
update proposal [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889750 13f79535-47bb-0310-9956-ffa450edef68

4 years agoVote, promote [skip ci].
Yann Ylavic [Mon, 10 May 2021 09:55:23 +0000 (09:55 +0000)] 
Vote, promote [skip ci].

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889719 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Promote [skip ci]
Ruediger Pluem [Wed, 5 May 2021 07:36:37 +0000 (07:36 +0000)] 
* Promote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889513 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Vote [skip ci]
Ruediger Pluem [Wed, 5 May 2021 07:34:58 +0000 (07:34 +0000)] 
* Vote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889512 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Vote [skip ci]
Ruediger Pluem [Wed, 5 May 2021 07:18:55 +0000 (07:18 +0000)] 
* Vote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889511 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote [skip ci]
Eric Covener [Tue, 4 May 2021 23:58:32 +0000 (23:58 +0000)] 
vote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889507 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Propose
Ruediger Pluem [Tue, 4 May 2021 09:04:51 +0000 (09:04 +0000)] 
* Propose

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889479 13f79535-47bb-0310-9956-ffa450edef68

4 years agoKeep the date of distribution, but not announced, 2.4.47
Christophe Jaillet [Mon, 3 May 2021 19:12:56 +0000 (19:12 +0000)] 
Keep the date of distribution, but not announced, 2.4.47

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889462 13f79535-47bb-0310-9956-ffa450edef68

4 years agoRemove wrong idea (and trigger a travis run)
Christophe Jaillet [Fri, 30 Apr 2021 15:23:32 +0000 (15:23 +0000)] 
Remove wrong idea (and trigger a travis run)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889331 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAdd a note on the PCRE2 backport stalled patches about a potential solution
Christophe Jaillet [Thu, 29 Apr 2021 06:13:33 +0000 (06:13 +0000)] 
Add a note on the PCRE2 backport stalled patches about a potential solution

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889287 13f79535-47bb-0310-9956-ffa450edef68

4 years agoRevert r1889272.
Christophe Jaillet [Wed, 28 Apr 2021 20:33:52 +0000 (20:33 +0000)] 
Revert r1889272.

It will be updated by announce.sh

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889278 13f79535-47bb-0310-9956-ffa450edef68

4 years agoUpdate 2.4.47 release date
Christophe Jaillet [Wed, 28 Apr 2021 16:37:58 +0000 (16:37 +0000)] 
Update 2.4.47 release date

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889272 13f79535-47bb-0310-9956-ffa450edef68

4 years agofr doc rebuild.
Lucien Gentis [Sat, 24 Apr 2021 14:14:30 +0000 (14:14 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889147 13f79535-47bb-0310-9956-ffa450edef68

4 years agofr doc XML file update.
Lucien Gentis [Sat, 24 Apr 2021 14:13:18 +0000 (14:13 +0000)] 
fr doc XML file update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889146 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPropose synch with mod_http2 on github for backport.
Stefan Eissing [Fri, 23 Apr 2021 08:07:11 +0000 (08:07 +0000)] 
Propose synch with mod_http2 on github for backport.
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889121 13f79535-47bb-0310-9956-ffa450edef68

4 years agoFix French vs English
Christophe Jaillet [Thu, 22 Apr 2021 07:08:42 +0000 (07:08 +0000)] 
Fix French vs English

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889095 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPost 2.4.47 tag updates
Christophe Jaillet [Thu, 22 Apr 2021 06:43:50 +0000 (06:43 +0000)] 
Post 2.4.47 tag updates

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889092 13f79535-47bb-0310-9956-ffa450edef68

4 years agoGet ready to tag httpd 2.4.47
Christophe Jaillet [Thu, 22 Apr 2021 06:43:44 +0000 (06:43 +0000)] 
Get ready to tag httpd 2.4.47

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889090 13f79535-47bb-0310-9956-ffa450edef68

4 years agoFix a typo
Christophe Jaillet [Wed, 21 Apr 2021 17:07:53 +0000 (17:07 +0000)] 
Fix a typo

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889069 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAdd a comment on a backport proposal
Christophe Jaillet [Wed, 21 Apr 2021 09:22:11 +0000 (09:22 +0000)] 
Add a comment on a backport proposal

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889049 13f79535-47bb-0310-9956-ffa450edef68

4 years agoremove [skip ci]
Eric Covener [Wed, 21 Apr 2021 01:15:40 +0000 (01:15 +0000)] 
remove [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889042 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1887727 from trunk:
Eric Covener [Wed, 21 Apr 2021 01:15:24 +0000 (01:15 +0000)] 
Merge r1887727 from trunk:

* modules/generators/mod_cgid.c (cgid_server): Register cleanup for
  socket earlier to avoid possible leaks on error paths.  (highlighted
  by Coverity scan)

Reviewed By: ylavic, icing, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889041 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote/promote [skip ci]
Eric Covener [Wed, 21 Apr 2021 01:14:12 +0000 (01:14 +0000)] 
vote/promote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889040 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1889037 from trunk:
Eric Covener [Wed, 21 Apr 2021 01:10:58 +0000 (01:10 +0000)] 
Merge r1889037 from trunk:

Pass NULL instead of a "null ACL"

Submitted By: Ivan Zhakov
Reviewed By: covener, ylavic (by inspection), ivan

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889039 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1889036 from trunk:
Eric Covener [Wed, 21 Apr 2021 01:10:12 +0000 (01:10 +0000)] 
Merge r1889036 from trunk:

legacy default slash-matching behavior w/ 'MergeSlashes OFF'

Submitted By: Ruediger Pluem
Reviewed By: covener, rpluem, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889038 13f79535-47bb-0310-9956-ffa450edef68

4 years agoVote [skip ci].
Yann Ylavic [Tue, 20 Apr 2021 21:07:31 +0000 (21:07 +0000)] 
Vote [skip ci].

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889035 13f79535-47bb-0310-9956-ffa450edef68

4 years agocleanup after backport. [skip ci]
Stefan Eissing [Tue, 20 Apr 2021 14:25:13 +0000 (14:25 +0000)] 
cleanup after backport. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889019 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge /httpd/httpd/trunk:r1876619,1876675
Stefan Eissing [Tue, 20 Apr 2021 14:24:31 +0000 (14:24 +0000)] 
Merge /httpd/httpd/trunk:r1876619,1876675

mod_watchdog: Fix incomplete backport in r1888928.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889018 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote [skip ci]
Stefan Eissing [Tue, 20 Apr 2021 14:23:51 +0000 (14:23 +0000)] 
vote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889017 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1886015 from trunk: (Travis RTC exception)
Joe Orton [Tue, 20 Apr 2021 12:57:42 +0000 (12:57 +0000)] 
Merge r1886015 from trunk: (Travis RTC exception)

Update Travis LDAP testing to use a CentOS based container, pulled
from quay.io, to avoid the new Docker hub pull rate-limiting which
is causing intermittent failures.

Submitted by: jorton, Lubos Uhliarik <luhliari redhat.com>
Github: closes #167

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889011 13f79535-47bb-0310-9956-ffa450edef68

4 years agoFix some typos
Christophe Jaillet [Mon, 19 Apr 2021 12:55:51 +0000 (12:55 +0000)] 
Fix some typos
+ remove ome leading/trailing space to synch with trunk

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888962 13f79535-47bb-0310-9956-ffa450edef68

4 years agoFix some typos
Christophe Jaillet [Mon, 19 Apr 2021 12:39:45 +0000 (12:39 +0000)] 
Fix some typos

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888960 13f79535-47bb-0310-9956-ffa450edef68

4 years agoFix a typo
Christophe Jaillet [Mon, 19 Apr 2021 12:20:45 +0000 (12:20 +0000)] 
Fix a typo

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888957 13f79535-47bb-0310-9956-ffa450edef68

4 years agoFix a typo
Christophe Jaillet [Mon, 19 Apr 2021 12:17:11 +0000 (12:17 +0000)] 
Fix a typo
+ remove trailing space to synhc with trunk

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888956 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote. [skip ci]
Stefan Eissing [Mon, 19 Apr 2021 07:59:30 +0000 (07:59 +0000)] 
vote. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888949 13f79535-47bb-0310-9956-ffa450edef68

4 years agoVote. [skip ci]
Stefan Eissing [Mon, 19 Apr 2021 07:57:36 +0000 (07:57 +0000)] 
Vote. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888948 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAdding experimental mod_md to exception description.
Stefan Eissing [Mon, 19 Apr 2021 07:54:27 +0000 (07:54 +0000)] 
Adding experimental mod_md to exception description.
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888947 13f79535-47bb-0310-9956-ffa450edef68

4 years agoVote, [skip ci].
Joe Orton [Mon, 19 Apr 2021 07:51:20 +0000 (07:51 +0000)] 
Vote, [skip ci].

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888946 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPropose follow up to r1888928 (showtopper). [skip ci]
Yann Ylavic [Sun, 18 Apr 2021 20:53:22 +0000 (20:53 +0000)] 
Propose follow up to r1888928 (showtopper). [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888934 13f79535-47bb-0310-9956-ffa450edef68

4 years agomake update-changes
Christophe Jaillet [Sun, 18 Apr 2021 19:55:14 +0000 (19:55 +0000)] 
make update-changes

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888931 13f79535-47bb-0310-9956-ffa450edef68

4 years agoRemove backported entries
Christophe Jaillet [Sun, 18 Apr 2021 19:41:42 +0000 (19:41 +0000)] 
Remove backported entries

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888930 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1730128, r1878140, r1878265, r1881736, r1882775, r1883872, r1884509, r1887720...
Christophe Jaillet [Sun, 18 Apr 2021 19:40:13 +0000 (19:40 +0000)] 
Merge r1730128, r1878140, r1878265, r1881736, r1882775, r1883872, r1884509, r1887720 from trunk

  *) Easy patches: synch 2.4.x and trunk
         - doxygen: Correct doxygen groupname
         - .gdbinit: align columns
         - .gdbinit: fix indentation
         - mod_dav: Add specific logs for different modes
         - core: ap_pbase64encode(): save double NUL byte allocation and assignment
         - core: ap_pbase64decode(): save double NUL byte allocation and assignment
         - support: Fix a typo in a comment
         - proxy_util.c: Fix leak in error path in the do_malloc case

Submitted by: wrowe, ylavic, ylavic, jorton, rpluem, ylavic, jorton, jorton
Reviewed by: jailletc36, gbechis, ylavic
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888929 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge (most of) r1876599 from trunk
Christophe Jaillet [Sun, 18 Apr 2021 19:11:48 +0000 (19:11 +0000)] 
Merge (most of) r1876599 from trunk

   * Add missing pool tags to help debugging

Submitted by: ylavic
Reviewed by: jailletc36, gbechis, ylavic
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888928 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1887999 from trunk
Christophe Jaillet [Sun, 18 Apr 2021 19:09:03 +0000 (19:09 +0000)] 
Merge r1887999 from trunk

   * modules/http/http_core.c server/protocol.c:
     Make sure that conn->keepalive is NOT reset after being set in ap_read_request()

Submitted by: jfclere
Reviewed by: jfclere, covener, ylavic
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888926 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAdd a change entry
Christophe Jaillet [Sun, 18 Apr 2021 19:05:08 +0000 (19:05 +0000)] 
Add a change entry

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888924 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1826206, r1880678, r1880743, r1880924 from trunk
Christophe Jaillet [Sun, 18 Apr 2021 18:59:39 +0000 (18:59 +0000)] 
Merge r1826206, r1880678, r1880743, r1880924 from trunk

   * mod_lua: Support Lua 5.4 and use pkg-config to detect Lua
     properly on Debian systems.

Submitted by: jorton, jorton, gbechis, rpluem
Reviewed by: jorton, gbechis, ylavic
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888923 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1888087 from trunk
Christophe Jaillet [Sun, 18 Apr 2021 18:55:43 +0000 (18:55 +0000)] 
Merge r1888087 from trunk

   * mod_http2: Fixed a race condition that could lead to streams being
     aborted (RST to the client), although a response had been produced

Submitted by: icing
Reviewed by: icing, rpluem, covener
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888922 13f79535-47bb-0310-9956-ffa450edef68

4 years agoBackported. [skip ci]
Yann Ylavic [Sun, 18 Apr 2021 17:05:20 +0000 (17:05 +0000)] 
Backported. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888918 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1882370 from trunk:
Yann Ylavic [Sun, 18 Apr 2021 17:04:34 +0000 (17:04 +0000)] 
Merge r1882370 from trunk:

Adjust signal handler before unblocking

* server/mpm/event/event.c: Set the new signal handler before unblocking the
  signal as otherwise queued signals get delivered to the old handler
  immediately when the signal is unblocked.

* server/mpm/worker/worker.c: Same thing as with event.

Submitted by: rpluem
Reviewed by: ylavic, jorton, icing

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888917 13f79535-47bb-0310-9956-ffa450edef68

4 years agoVote, promote. [skip ci]
Yann Ylavic [Sun, 18 Apr 2021 16:57:19 +0000 (16:57 +0000)] 
Vote, promote. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888916 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote, fix typo [skip ci]
Giovanni Bechis [Sun, 18 Apr 2021 13:38:55 +0000 (13:38 +0000)] 
vote, fix typo [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888899 13f79535-47bb-0310-9956-ffa450edef68

4 years agoupdate transformations.
Nilgun Belma Buguner [Sun, 18 Apr 2021 08:57:41 +0000 (08:57 +0000)] 
update transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888883 13f79535-47bb-0310-9956-ffa450edef68

4 years agoupdate for sync with English docs.
Nilgun Belma Buguner [Sun, 18 Apr 2021 08:56:55 +0000 (08:56 +0000)] 
update for sync with English docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888882 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPropose
Christophe Jaillet [Sun, 18 Apr 2021 08:05:16 +0000 (08:05 +0000)] 
Propose

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888879 13f79535-47bb-0310-9956-ffa450edef68

4 years agopromote/vote
Eric Covener [Sat, 17 Apr 2021 20:09:08 +0000 (20:09 +0000)] 
promote/vote

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888870 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPropose
Christophe Jaillet [Sat, 17 Apr 2021 17:56:59 +0000 (17:56 +0000)] 
Propose

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888866 13f79535-47bb-0310-9956-ffa450edef68

4 years ago* Vote [skip ci]
Ruediger Pluem [Tue, 13 Apr 2021 07:47:13 +0000 (07:47 +0000)] 
* Vote [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888712 13f79535-47bb-0310-9956-ffa450edef68

4 years agopropose mod_http2 backport of fix regarding response status on a stream.
Stefan Eissing [Mon, 12 Apr 2021 08:47:52 +0000 (08:47 +0000)] 
propose mod_http2 backport of fix regarding response status on a stream.
[no ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888654 13f79535-47bb-0310-9956-ffa450edef68

4 years agofr doc rebuild.
Lucien Gentis [Fri, 2 Apr 2021 12:46:15 +0000 (12:46 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888306 13f79535-47bb-0310-9956-ffa450edef68

4 years agofr doc XML files updates.
Lucien Gentis [Fri, 2 Apr 2021 12:45:10 +0000 (12:45 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888305 13f79535-47bb-0310-9956-ffa450edef68

4 years agoUpdated backport PR with recent changes, integrated all ap_ssl_*() related
Stefan Eissing [Fri, 26 Mar 2021 16:13:50 +0000 (16:13 +0000)] 
Updated backport PR with recent changes, integrated all ap_ssl_*() related
trunk revisions and listed them in the proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888088 13f79535-47bb-0310-9956-ffa450edef68

4 years agoBack port proposal and vote.
Jean-Frederic Clere [Thu, 25 Mar 2021 15:05:13 +0000 (15:05 +0000)] 
Back port proposal and vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888064 13f79535-47bb-0310-9956-ffa450edef68

4 years agovote
Stefan Eissing [Wed, 24 Mar 2021 14:38:42 +0000 (14:38 +0000)] 
vote
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888014 13f79535-47bb-0310-9956-ffa450edef68

4 years agoadjust PR number for rebased PR on 2.4.x branch.
Stefan Eissing [Wed, 24 Mar 2021 14:33:45 +0000 (14:33 +0000)] 
adjust PR number for rebased PR on 2.4.x branch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888013 13f79535-47bb-0310-9956-ffa450edef68

4 years agoUpdate after backport of mod_http2 change proposal.
Stefan Eissing [Wed, 24 Mar 2021 14:30:04 +0000 (14:30 +0000)] 
Update after backport of mod_http2 change proposal.
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888012 13f79535-47bb-0310-9956-ffa450edef68

4 years ago *) mod_http2: sync with github standalone version 1.15.17
Stefan Eissing [Wed, 24 Mar 2021 14:28:49 +0000 (14:28 +0000)] 
  *) mod_http2: sync with github standalone version 1.15.17
     - Log requests and sent the configured error response in case of early detected
       errors like too many or too long headers. [Ruediger Pluem]
     - new option 'H2OutputBuffering on/off' which controls the buffering of stream output.
       The default is on, which is the behaviour of older mod-h2 versions. When off, all
       bytes are made available immediately to the main connection for sending them
       out to the client. This fixes interop issues with certain flavours of gRPC, see
       also <https://github.com/icing/mod_h2/issues/207>.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888011 13f79535-47bb-0310-9956-ffa450edef68

4 years agoProposing backport of ap_ssl_* functions and related changes.
Stefan Eissing [Wed, 24 Mar 2021 14:10:09 +0000 (14:10 +0000)] 
Proposing backport of ap_ssl_* functions and related changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888008 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1888004 from trunk:
Eric Covener [Wed, 24 Mar 2021 13:13:29 +0000 (13:13 +0000)] 
Merge r1888004 from trunk:

drive home the purpose of forward-dns

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888005 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1888002 from trunk:
Eric Covener [Wed, 24 Mar 2021 12:52:36 +0000 (12:52 +0000)] 
Merge r1888002 from trunk:

pull in forward-dns example from authz_host

lots of people miss it reading the doc for Require in authz_core only

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888003 13f79535-47bb-0310-9956-ffa450edef68

4 years agofr doc rebuild.
Lucien Gentis [Sat, 20 Mar 2021 13:34:22 +0000 (13:34 +0000)] 
fr doc rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887852 13f79535-47bb-0310-9956-ffa450edef68

4 years agofr doc XML file update.
Lucien Gentis [Sat, 20 Mar 2021 13:33:31 +0000 (13:33 +0000)] 
fr doc XML file update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887851 13f79535-47bb-0310-9956-ffa450edef68

4 years agoVote, [skip ci]
Joe Orton [Fri, 19 Mar 2021 16:52:59 +0000 (16:52 +0000)] 
Vote, [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887815 13f79535-47bb-0310-9956-ffa450edef68

4 years agoUpdate Lua proposal, thanks to jailletc36 for catching missing commit.
Joe Orton [Fri, 19 Mar 2021 16:38:51 +0000 (16:38 +0000)] 
Update Lua proposal, thanks to jailletc36 for catching missing commit.
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887814 13f79535-47bb-0310-9956-ffa450edef68

4 years agoMerge r1880958 from trunk:
Joe Orton [Fri, 19 Mar 2021 16:12:29 +0000 (16:12 +0000)] 
Merge r1880958 from trunk:

Document limitations for private key format in
SSLProxyMachineCertificateFile and
SSLProxyMachineCertificatePath. PR 63935.

Plus, further tweak text to explain failure mode specific to 2.4.

Submitted by: rjung, jorton
Reviewed by: jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887813 13f79535-47bb-0310-9956-ffa450edef68

4 years agoPropose. [skip ci]
Yann Ylavic [Wed, 17 Mar 2021 12:11:08 +0000 (12:11 +0000)] 
Propose. [skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887751 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAxe modules.apache.org.
Christophe Jaillet [Sun, 14 Mar 2021 16:16:34 +0000 (16:16 +0000)] 
Axe modules.apache.org.

It has been off-line for a long time now, and there is no plan to bring it up, AFAIK.

r1887636 on trunk
+ a few changes to synch with trunk

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887638 13f79535-47bb-0310-9956-ffa450edef68

4 years agoAdd a note
Christophe Jaillet [Sat, 13 Mar 2021 16:24:07 +0000 (16:24 +0000)] 
Add a note

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887601 13f79535-47bb-0310-9956-ffa450edef68