summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-04-19 14:11:39 +0000
committerStefan Eissing <icing@apache.org>2022-04-19 14:11:39 +0000
commit80795a9ae24ef3b1a3e818d3023f4b68707cb87f (patch)
tree12ac84b972afd5b8fae64ead4346c78d7b424d1e /changes-entries
parent9bdf654ce7282246d682ee7d1163c28e187ed97f (diff)
downloadhttpd-80795a9ae24ef3b1a3e818d3023f4b68707cb87f.tar.gz
* 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] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/md_auto_status.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes-entries/md_auto_status.txt b/changes-entries/md_auto_status.txt
new file mode 100644
index 0000000000..34faddd4ce
--- /dev/null
+++ b/changes-entries/md_auto_status.txt
@@ -0,0 +1,5 @@
+ * 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]