You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/06/27 13:25:49 UTC

svn commit: r1354431 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Author: covener
Date: Wed Jun 27 11:25:48 2012
New Revision: 1354431

URL: http://svn.apache.org/viewvc?rev=1354431&view=rev
Log:
Merge r1354427 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

re-emphasize this paragraph in ProxyRequests is for fwd proxy


Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml?rev=1354431&r1=1354430&r2=1354431&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Wed Jun 27 11:25:48 2012
@@ -555,7 +555,7 @@ request</description>
     need also <module>mod_proxy_http</module> or <module>mod_proxy_ftp</module>
     (or both) present in the server.</p>
 
-    <p>In order to get the functionality of proxying HTTPS sites, you
+    <p>In order to get the functionality of (forward) proxying HTTPS sites, you
     need <module>mod_proxy_connect</module> enabled in the server.</p>
 
     <note type="warning"><title>Warning</title>