]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Sun, 21 Dec 2014 15:33:08 +0000 (15:33 +0000)
committerEric Covener <covener@apache.org>
Sun, 21 Dec 2014 15:33:08 +0000 (15:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1647157 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.html.en

index e3b5998a555371ab681f5ab6ff4bfb1fe2a40d64..37de76a0bc5338953a2cae0f63b0674547f13b50 100644 (file)
         configuration below will pass all requests for PHP scripts to the
         specified FastCGI server using reverse proxy.
         This feature is available in Apache HTTP Server 2.4.10 and later. For performance
-       reasons, you will want to define a <a href="../mod_proxy.html#worker">worker</a>
+       reasons, you will want to define a <a href="mod_proxy.html#workers">worker</a>
        representing the same fcgi:// backend. The benefit of this form is that it 
        allows the normal mapping of URI to filename to occur in the server, and the 
        local filesystem result is passed to the backend.