]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Suggestion for STATUS
authorDaniel Ruggeri <druggeri@apache.org>
Thu, 5 Jan 2017 00:25:31 +0000 (00:25 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Thu, 5 Jan 2017 00:25:31 +0000 (00:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777391 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2cd212fd00dbd324bdcbf8861541814cde5e9ef8..cc6f80e89da2196663a5fd711350c58c30459f76 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -133,6 +133,13 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
 
   * Opaque data structures w/ getters/setters 
 
+  * Generic interface to enable runtime changes (adjusting log level, modifying
+    balancer information, toggling flags on/off). Perhaps modules can register
+    callbacks for making these changes?
+
+  * REST-based administration for existing (balancer/etc) and new dynamic
+    runtime changes (see above)
+
 OLD ISSUES THAT WERE THOUGHT TO BE SHOWSTOPPERS FOR 2.4 BUT OBVIOUSLY WEREN'T:
 
   * Handling of non-trailing / config by non-default handler is broken