You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/12/21 16:30:53 UTC

svn commit: r1647154 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml

Author: covener
Date: Sun Dec 21 15:30:52 2014
New Revision: 1647154

URL: http://svn.apache.org/r1647154
Log:
fix path as well

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml?rev=1647154&r1=1647153&r2=1647154&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml Sun Dec 21 15:30:52 2014
@@ -123,7 +123,7 @@ ProxyPass /myapp/ balancer://myappcluste
         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#workers">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.  When FastCGI is