diff options
author | Daniel Ruggeri <druggeri@apache.org> | 2017-01-05 01:25:31 +0100 |
---|---|---|
committer | Daniel Ruggeri <druggeri@apache.org> | 2017-01-05 01:25:31 +0100 |
commit | 3756339669e4ac6808f3de96862a589c0ac8026a (patch) | |
tree | 1959e8c98658d5ce0370fa8b1b3e80bad576904c /STATUS | |
parent | old IBM EBCDIC fix that never got shared. (diff) | |
download | apache2-3756339669e4ac6808f3de96862a589c0ac8026a.tar.xz apache2-3756339669e4ac6808f3de96862a589c0ac8026a.zip |
Suggestion for STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |