]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_md v2.4.19 from github sync
authorStefan Eissing <icing@apache.org>
Thu, 25 Aug 2022 14:00:13 +0000 (14:00 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 25 Aug 2022 14:00:13 +0000 (14:00 +0000)
commitf2b7303efa8c3a12d3f119ba100e633f685943b2
tree8b789558fc52d2e51039474a8ec3179fc1a1b2df
parentd0b4a30216b5c97ca493e657681af36dc79ecf98
mod_md v2.4.19 from github sync

  *) mod_md: a new directive `MDStoreLocks` can be used on cluster
     setups with a shared file system for `MDStoreDir` to order
     activation of renewed certificates when several cluster nodes are
     restarted at the same time. Store locks are not enabled by default.

     Restored curl_easy cleanup behaviour from v2.4.14 and refactored
     the use of curl_multi for OCSP requests to work with that.
     Fixes <https://github.com/icing/mod_md/issues/293>.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903677 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
changes-entries/md_locks_and_fix.txt [new file with mode: 0644]
docs/manual/mod/mod_md.xml
modules/md/md_curl.c
modules/md/md_http.c
modules/md/md_http.h
modules/md/md_log.h
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_store.c
modules/md/md_store.h
modules/md/md_store_fs.c
modules/md/md_version.h
modules/md/mod_md.c
modules/md/mod_md_config.c
modules/md/mod_md_config.h
test/modules/md/conftest.py
test/modules/md/test_820_locks.py [new file with mode: 0644]