]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge of /httpd/httpd/trunk:r1903677
authorStefan Eissing <icing@apache.org>
Thu, 25 Aug 2022 14:11:44 +0000 (14:11 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 25 Aug 2022 14:11:44 +0000 (14:11 +0000)
commit5e18c5fa0074ceb1cc42f6e17e25b4729cf1d453
tree1696a322704800aa21c9cb569ec7cc6119f60737
parent938554adf4cc6bd99e26ec325d234d695bb73366
Merge of  /httpd/httpd/trunk:r1903677

  *) 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/branches/2.4.x@1903678 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]