You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2017/01/05 00:25:31 UTC

svn commit: r1777391 - /httpd/httpd/trunk/STATUS

Author: druggeri
Date: Thu Jan  5 00:25:31 2017
New Revision: 1777391

URL: http://svn.apache.org/viewvc?rev=1777391&view=rev
Log:
Suggestion for STATUS

Modified:
    httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=1777391&r1=1777390&r2=1777391&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Thu Jan  5 00:25:31 2017
@@ -133,6 +133,13 @@ THINGS THAT SHOULD BE CONSIDERED EARLY I
 
   * 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