From: Jeff Trawick Date: Sat, 21 Jun 2014 13:57:13 +0000 (+0000) Subject: doc xforms X-Git-Tag: 2.4.10~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad08116b630879639099510ac9ec4460797c3bf6;p=apache doc xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604385 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 7c63d76077..715dec951b 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -123,6 +123,7 @@
  • Forward Proxies and Reverse Proxies/Gateways
  • Basic Examples
  • +
  • Access via Handler
  • Workers
  • Controlling access to your proxy
  • Slow Startup
  • @@ -214,6 +215,23 @@ ProxyVia On
    top
    +

    Access via Handler

    + +

    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

    <FilesMatch \.php$>
    +    SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
    +</FilesMatch
    +
    + +

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

    + +
    top
    +

    Workers

    The proxy manages the configuration of origin servers and their communication parameters in objects called workers. diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index 48b04335b3..c32f6194b2 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 232540fcb6..0305ac7678 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +