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:33:08 UTC

svn commit: r1647157 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en

Author: covener
Date: Sun Dec 21 15:33:08 2014
New Revision: 1647157

URL: http://svn.apache.org/r1647157
Log:
xforms

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en?rev=1647157&r1=1647156&r2=1647157&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en Sun Dec 21 15:33:08 2014
@@ -123,7 +123,7 @@
         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.