From: Sander Temme Date: Mon, 15 May 2006 18:56:34 +0000 (+0000) Subject: Propose backport of ServerName directive enhancement X-Git-Tag: 2.2.3~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8ab7f862e63a16e0b71aded37b98e4565673f1;p=thirdparty%2Fapache%2Fhttpd.git Propose backport of ServerName directive enhancement git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@406716 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 90e3463e944..5753c40e282 100644 --- 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