]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) mod_md: implement full auto status ("key: value" type status output).
authorStefan Eissing <icing@apache.org>
Wed, 27 Apr 2022 11:53:04 +0000 (11:53 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 27 Apr 2022 11:53:04 +0000 (11:53 +0000)
     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

changes-entries/md_status.txt [new file with mode: 0644]

diff --git a/changes-entries/md_status.txt b/changes-entries/md_status.txt
new file mode 100644 (file)
index 0000000..920d3d0
--- /dev/null
@@ -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]