summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy_fcgi.html.en
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-12-21 15:33:08 +0000
committerEric Covener <covener@apache.org>2014-12-21 15:33:08 +0000
commite73264279eb93cb5f33f730e172d9cd25f1d4ef4 (patch)
tree901866fb922b9a9d2555e416dc0d2de9c043327a /docs/manual/mod/mod_proxy_fcgi.html.en
parent21fda88a82a2b1b248fc76cde8a8dfe1611cfb44 (diff)
downloadhttpd-e73264279eb93cb5f33f730e172d9cd25f1d4ef4.tar.gz
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1647157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_fcgi.html.en')
-rw-r--r--docs/manual/mod/mod_proxy_fcgi.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en
index e3b5998a55..37de76a0bc 100644
--- a/docs/manual/mod/mod_proxy_fcgi.html.en
+++ b/docs/manual/mod/mod_proxy_fcgi.html.en
@@ -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.