From: Rainer Jung Date: Fri, 12 Feb 2010 12:04:38 +0000 (+0000) Subject: Add proposal. X-Git-Tag: 2.2.15~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679ba4c4d1bc0f6f3e565f83353a860612ad9644;p=thirdparty%2Fapache%2Fhttpd.git Add proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@909377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9f18e48b0e5..8e324650da6 100644 --- a/STATUS +++ b/STATUS @@ -185,6 +185,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~poirier/maxclients-2.2.patch +1: poirier + * mod_proxy: Allow https to a remote forward proxy by issuing an HTTP + CONNECT request. This adds a CONNECT client (sending a connect request). + It is not the same as mod_proxy_connect, which is a CONNECT server + (responding to connect requests). + PR: https://issues.apache.org/bugzilla/show_bug.cgi?id=19188 + Trunk patch: http://svn.apache.org/viewvc?rev=909323&view=rev + 2.2.x patch: http://people.apache.org/~rjung/patches/bz19188-proxyremote-https-v1.patch + +1: rjung + PATCHES/ISSUES THAT ARE STALLED * srclib/pcre and vendor/pcre