X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FApache%2FFastCGI.pod;h=ceeeddf9094cc9fd5d6b27d1e0cf6572982b2ad7;hb=5abded07e91219302e0536d98c9a0d5e5fd58e13;hp=63df78cadef4d953455c5cb10e122615ec554520;hpb=17fad97e0c95a905dbbf64127eb5b87d0521a6dd;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod b/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod index 63df78c..ceeeddf 100644 --- a/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod +++ b/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod @@ -6,10 +6,10 @@ Catalyst::Manual::Deployment::Apache::FastCGI - Deploying Catalyst with FastCGI =head3 1. Install Apache with mod_fastcgi -mod_fastcgi for Apache is a third party module, and can be found at -L. It is also packaged in many distributions, -for example, libapache2-mod-fastcgi in Debian. You will also need to install -the L module from cpan. +mod_fastcgi for Apache is a third-party module, and can be found at +L. It is also packaged in many distributions +(for example, libapache2-mod-fastcgi in Debian). You will also need to +install the L module from CPAN. Important Note! If you experience difficulty properly rendering pages, try disabling Apache's mod_deflate (Deflate Module), e.g. 'a2dismod deflate'. @@ -35,7 +35,7 @@ static, and dynamic. The FastCgiExternalServer directive tells Apache that when serving -/tmp/myapp to use the FastCGI application listenting on the socket +/tmp/myapp to use the FastCGI application listening on the socket /tmp/mapp.socket. Note that /tmp/myapp.fcgi B exist -- it's a virtual file name. With some versions of C or C, you can use any name you like, but some require that the