From 6fd31461a44035e107482fe35c5f8ebb10824968 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 21 Dec 2014 15:28:41 +0000 Subject: [PATCH] fix anchor to #workers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647153 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_fcgi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index a4b828ffc7..72ed152ef5 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -123,7 +123,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 worker + reasons, you will want to define a worker 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 -- 2.40.0