You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/06/21 15:53:57 UTC

svn commit: r1604382 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: trawick
Date: Sat Jun 21 13:53:57 2014
New Revision: 1604382

URL: http://svn.apache.org/r1604382
Log:
Follow up r1573626 with some wordsmithing, a compatibility note,
and indentation.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1604382&r1=1604381&r2=1604382&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Sat Jun 21 13:53:57 2014
@@ -173,21 +173,23 @@ ProxyVia On
 
     <section id="handler"><title>Access via Handler</title>
 
-    <p>You can also force a request to be handled as a reverse-proxy
-      request, by creating a suitable Handler pass-thru. For example,
-      the below will pass all PHP scripts to the specified
-      reverse-proxy FCGI server:
-    </p>
+      <p>You can also force a request to be handled as a reverse-proxy
+        request, by creating a suitable Handler pass-through. The example
+        configuration below will pass all requests for PHP scripts to the
+        specified FastCGI server using reverse proxy:
+      </p>
 
-    <example><title>Reverse Proxy PHP scripts</title>
-    <highlight language="config">
+      <example><title>Reverse Proxy PHP scripts</title>
+      <highlight language="config">
 &lt;FilesMatch \.php$&gt;
     SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
 &lt;/FilesMatch&gt;
-    </highlight>
-    </example>
-    </section> <!-- /handler -->
+      </highlight>
+      </example>
 
+      <p>This feature is available in Apache HTTP Server 2.4.10 and later.</p>
+
+    </section> <!-- /handler -->
 
     <section id="workers"><title>Workers</title>
       <p>The proxy manages the configuration of origin servers and their