summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2017-01-03 20:32:07 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2017-01-03 20:32:07 +0000
commit07e69c50303f97b943fc637afb70f9b38def5a7f (patch)
tree958ad21786c191ffba713349bab983b744df40b3 /STATUS
parent9bcd0f9ac9944381d2ad2622dc44b4ee76911f18 (diff)
downloadhttpd-07e69c50303f97b943fc637afb70f9b38def5a7f.tar.gz
More ideas
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS11
1 files changed, 9 insertions, 2 deletions
diff --git a/STATUS b/STATUS
index dfdf2c4ea7..290f8270ac 100644
--- a/STATUS
+++ b/STATUS
@@ -66,7 +66,7 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
a distinct decoded field used only for local filesystem access.
* Change default prefix from /usr/local/apache2 to something corresponding
- to the project name. Rename apachectl.
+ to the project name. Rename apachectl to httpdctl.
* Change merge order of <Location> to be most specific match last. This
is more consistent with <Directory> and allows some optimizations for the
@@ -105,7 +105,14 @@ THINGS THAT SHOULD BE CONSIDERED EARLY IN THE 2.6/3.0 DEVELOPMENT CYCLE:
* add high-level server configuration directives that can steer/influence
module defaults/warn/rejects related to security
- * Ditch HTTP/0.9?
+ * Ditch HTTP/0.9? At least, make HttpProtocolOptions Require1.0 the default.
+
+ * Restructure merge fn table/indexes to ignore modules with no directives,
+ and permit modules with dozens upon dozens of merge values to split these
+ into multiple functional config groups to avoid excessive merging.
+ Retitle from 'per-dir' to 'per-location' to better reflect the always-run
+ sections (location, ifexpr etc), while we phase out the file-oriented
+ bias from httpd.
* New versioning or release cadence.