]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose backport of ServerName directive enhancement
authorSander Temme <sctemme@apache.org>
Mon, 15 May 2006 18:56:34 +0000 (18:56 +0000)
committerSander Temme <sctemme@apache.org>
Mon, 15 May 2006 18:56:34 +0000 (18:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@406716 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 90e3463e944f0036f63c105bd094d5f4af07d8e4..5753c40e2824d51dc7ad79d6965c278d6775216d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -78,6 +78,16 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * Add optional 'scheme://' part to ServerName directive for cases
+      where httpd runs behind an external SSL processor and has to
+      learn from its configuration how to generate correct
+      self-referential URLs. 
+      Code: 
+      http://svn.apache.org/viewcvs.cgi?diff_format=h&rev=399947&view=rev
+      Documentation:
+      http://svn.apache.org/viewcvs.cgi?diff_format=h&view=rev&rev=406697
+      +1 sctemme
+
     * Backport mod_authz_dbd (it's had some testing now)
       http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/aaa/mod_authz_dbd.c
       +1 niq