From: Joe Orton Date: Thu, 10 Feb 2005 18:36:16 +0000 (+0000) Subject: Make mod_ssl SSLUsername useful. X-Git-Tag: 2.0.54~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b578963c3e64051910089438c58df7d8254d3a4;p=thirdparty%2Fapache%2Fhttpd.git Make mod_ssl SSLUsername useful. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@153281 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0f9e290bec9..2d640f4e5e0 100644 --- a/STATUS +++ b/STATUS @@ -93,6 +93,13 @@ PATCHES TO BACKPORT FROM TRUNK: identify exactly what the proposed changes are! ] [ please append new backports at the end of this list not the top. ] + *) mod_ssl: Set r->user from SSLUsername earlier so that it's + actually useful. + http://svn.apache.org/viewcvs.cgi?rev=153280&view=rev + http://svn.apache.org/viewcvs.cgi?rev=151493&view=rev + PR: 31418 + +1: jorton + *) Add a build script to create a solaris package. svn rev 124104 +1: minfrin