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

docs/manual/mod/mod_proxy_fcgi.xml

index d69848987c4d523296bf5d2f43de24b13202f09c..3dd95790a6e1de21ee29d6a8a59f56aaf88c9cc4 100644 (file)
@@ -126,7 +126,7 @@ ProxyPass /myapp/ balancer://myappcluster/
         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.