Note that Apache 1.3 won't work with mod_perl with >= catalyst 5.9
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment / FastCGI.pod
index e568198..3d749e6 100644 (file)
@@ -4,9 +4,9 @@ Catalyst::Manual::Deployment::FastCGI - Deploying Catalyst with FastCGI
 
 =head1 FastCGI Deployment
 
-FastCGI is a high-performance extension to CGI. It is suitable
-for production environments, and is the standard method for deploying Catalyst
-in shared hosting environments.
+FastCGI is a high-performance extension to CGI. It is suitable for production
+environments, and is the standard method for deploying Catalyst in shared
+hosting environments.
 
 =head2 Pros
 
@@ -81,9 +81,9 @@ server.
 
 =head1 WEB SERVERS
 
-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.
+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.
 
 =head2 Apache