summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_fcgi.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_proxy_fcgi.xml')
-rw-r--r--docs/manual/mod/mod_proxy_fcgi.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml
index 150c44f32b..5de04b121e 100644
--- a/docs/manual/mod/mod_proxy_fcgi.xml
+++ b/docs/manual/mod/mod_proxy_fcgi.xml
@@ -32,7 +32,7 @@
<summary>
<p>This module <em>requires</em> the service of <module
- >mod_proxy</module>. It provides support for the
+ >mod_proxy</module>. It provides support for the
<a href="http://www.fastcgi.com/">FastCGI</a> protocol.</p>
<p>Thus, in order to get the ability of handling the <code>FastCGI</code>
@@ -40,7 +40,7 @@
<module>mod_proxy_fcgi</module> have to be present in the server.</p>
<p>Unlike <a href="http://httpd.apache.org/mod_fcgid/">mod_fcgid</a>
- and <a href="http://www.fastcgi.com/">mod_fastcgi</a>,
+ and <a href="http://www.fastcgi.com/">mod_fastcgi</a>,
<module>mod_proxy_fcgi</module> has no provision for starting the
application process; <program>fcgistarter</program> is provided for
that purpose.</p>
@@ -65,10 +65,10 @@
</example>
<p>This application should be able to handle multiple concurrent
- connections. <module>mod_proxy</module> enables connection reuse by
+ connections. <module>mod_proxy</module> enables connection reuse by
default, so after a request has been completed the connection will be
held open by that httpd child process and won't be reused until that
- httpd process routes another request to the application. If the
+ httpd process routes another request to the application. If the
FastCGI application is unable to handle enough concurrent connections
from httpd, requests can block waiting for the application to close
an existing connection. One way to resolve this is to disable connection
@@ -80,7 +80,7 @@
</example>
<p>The balanced gateway needs <module>mod_proxy_balancer</module> and
- at least one load balancer algorithm module, such as
+ at least one load balancer algorithm module, such as
<module>mod_lbmethod_byrequests</module>, in addition to the proxy
modules listed above. <module>mod_lbmethod_byrequests</module> is the
default, and will be used for this example configuration.</p>