From: Stefan Eissing Date: Wed, 27 Apr 2022 11:53:04 +0000 (+0000) Subject: *) mod_md: implement full auto status ("key: value" type status output). X-Git-Tag: 2.5.0-alpha2-ci-test-only~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e247d79298ceefd79a2c610508fa15ba7f5acb6a;p=thirdparty%2Fapache%2Fhttpd.git *) mod_md: implement full auto status ("key: value" type status output). Especially not only status summary counts for certificates and OCSP stapling but also lists. Auto status format is similar to what was used for mod_proxy_balancer. added change desription for code added in r1900313. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900314 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/md_status.txt b/changes-entries/md_status.txt new file mode 100644 index 00000000000..920d3d08d64 --- /dev/null +++ b/changes-entries/md_status.txt @@ -0,0 +1,5 @@ + *) mod_md: implement full auto status ("key: value" type status output). + Especially not only status summary counts for certificates and + OCSP stapling but also lists. Auto status format is similar to + what was used for mod_proxy_balancer. + [Rainer Jung]