From faf6489ccff73e60d0f4dd947cfc916db879e571 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 21 Jun 2014 13:55:10 +0000 Subject: [PATCH] Merge r1604382 from trunk: 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 | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 1b68bf8df6..2aa41466ba 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -173,21 +173,23 @@ ProxyVia On
Access via Handler -

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: -

+

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: +

- Reverse Proxy PHP scripts - + Reverse Proxy PHP scripts + <FilesMatch \.php$> SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" </FilesMatch&lgt; - - -
+ + +

This feature is available in Apache HTTP Server 2.4.10 and later.

+ +
Workers

The proxy manages the configuration of origin servers and their -- 2.40.0