From: Eric Covener
Date: Wed, 27 Jun 2012 11:25:48 +0000 (+0000)
Subject: Merge r1354427 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
X-Git-Tag: 2.2.23~145
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a15ef395cc2b99a148d7e33e5cc2448a3be305;p=thirdparty%2Fapache%2Fhttpd.git
Merge r1354427 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
re-emphasize this paragraph in ProxyRequests is for fwd proxy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1354431 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index eee3af85dad..98f93f7478f 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -555,7 +555,7 @@ request
need also mod_proxy_http or mod_proxy_ftp
(or both) present in the server.
- In order to get the functionality of proxying HTTPS sites, you
+
In order to get the functionality of (forward) proxying HTTPS sites, you
need mod_proxy_connect enabled in the server.
Warning