diff options
author | Jim Jagielski <jim@apache.org> | 2011-09-23 15:36:39 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-09-23 15:36:39 +0200 |
commit | 69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667 (patch) | |
tree | 304a1e7196cfcd252ab9ce7c54b2de985e319a17 /docs/manual/mod/mod_proxy_fcgi.xml | |
parent | docco xforms (diff) | |
download | apache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.tar.xz apache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.zip |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_fcgi.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy_fcgi.xml | 10 |
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> |