You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2017/01/03 20:32:07 UTC

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

Author: wrowe
Date: Tue Jan  3 20:32:07 2017
New Revision: 1777217

URL: http://svn.apache.org/viewvc?rev=1777217&view=rev
Log:
More ideas

Modified:
    httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/STATUS?rev=1777217&r1=1777216&r2=1777217&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Tue Jan  3 20:32:07 2017
@@ -66,7 +66,7 @@ THINGS THAT SHOULD BE CONSIDERED EARLY I
     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 I
   * 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.