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=13bbabb0c060aed2883a41bd1b56ed4eda3d1a1e;hp=f966d8cce7031b59819c1f1a9ce0a62ee1a6c105;hb=2d62c370d643f3abbe765aaba07ed2e188f31de7;hpb=0e8eed8eaeef86103384ed21f603749515c784c8 diff --git a/lib/Catalyst/Manual/Deployment/FastCGI.pod b/lib/Catalyst/Manual/Deployment/FastCGI.pod index f966d8c..13bbabb 100644 --- a/lib/Catalyst/Manual/Deployment/FastCGI.pod +++ b/lib/Catalyst/Manual/Deployment/FastCGI.pod @@ -5,7 +5,8 @@ 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. +for production environments, and is the standard method for deploying Catalyst +in shared hosting environments. =head2 Pros @@ -76,6 +77,28 @@ Command line options for fastcgi.pl include: See below for the specific web server configurations for using the external 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. + +=head2 Apache + +L + +=head2 nginx + +L + +=head2 lighttpd + +L + +=head2 Microsoft IIS + +L + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm