diff options
author | Stefan Eissing <icing@apache.org> | 2022-08-25 14:11:44 +0000 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-08-25 14:11:44 +0000 |
commit | 5e18c5fa0074ceb1cc42f6e17e25b4729cf1d453 (patch) | |
tree | 1696a322704800aa21c9cb569ec7cc6119f60737 /changes-entries | |
parent | 938554adf4cc6bd99e26ec325d234d695bb73366 (diff) | |
download | httpd-5e18c5fa0074ceb1cc42f6e17e25b4729cf1d453.tar.gz |
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
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/md_locks_and_fix.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes-entries/md_locks_and_fix.txt b/changes-entries/md_locks_and_fix.txt new file mode 100644 index 0000000000..c70ef1fc28 --- /dev/null +++ b/changes-entries/md_locks_and_fix.txt @@ -0,0 +1,8 @@ + *) 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>. |