X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FFastCGI.pod;h=d68ba7e8b7bd286444e742f951f49a9fe1aec653;hp=3d749e64edad3b97faf7853b86351ec106b30f4b;hb=5abded07e91219302e0536d98c9a0d5e5fd58e13;hpb=17fad97e0c95a905dbbf64127eb5b87d0521a6dd diff --git a/lib/Catalyst/Manual/Deployment/FastCGI.pod b/lib/Catalyst/Manual/Deployment/FastCGI.pod index 3d749e6..d68ba7e 100644 --- a/lib/Catalyst/Manual/Deployment/FastCGI.pod +++ b/lib/Catalyst/Manual/Deployment/FastCGI.pod @@ -27,9 +27,9 @@ restarting. =head3 Load-balancing -You can launch your application on multiple backend servers and allow the -frontend web server to load-balance between all of them. And of course, if -one goes down, your app continues to run fine. +You can launch your application on multiple backend servers and allow +the frontend web server to perform load-balancing among all of them. And +of course, if one goes down, your app continues to run. =head3 Multiple versions of the same app @@ -43,7 +43,7 @@ can be used without worrying about the thread safety of your application. =head3 Widely supported. -FastCGI is compatible with a lot more server implementations than Apache. +FastCGI is compatible with many server implementations, not just Apache. =head2 Cons @@ -83,7 +83,7 @@ server. Any web server which supports FastCGI should work with Catalyst. Configuration recipies for well-known web servers are linked below, and we would welcome -contributions from people deploying Catalyst against other web servers. +contributions from people deploying Catalyst on other web servers. =head2 Apache