]> granicus.if.org Git - apache/commitdiff
Merge r1604382 from trunk:
authorJeff Trawick <trawick@apache.org>
Sat, 21 Jun 2014 13:55:10 +0000 (13:55 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 21 Jun 2014 13:55:10 +0000 (13:55 +0000)
Follow up r1573626 with some wordsmithing, a compatibility note,
and indentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604383 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 1b68bf8df619525995e80d8879351ad70888a9e0..2aa41466baaed820b4d46e0a2a67f7ff373cd07e 100644 (file)
@@ -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&lgt;
-    </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