From: Kieren Diment Date: Thu, 1 Nov 2012 21:18:06 +0000 (+1100) Subject: warning about IIS inferred from conversation with frew and mailing list threads X-Git-Tag: 5.9007~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=c07b19411ecb5ef10d0f2d000c5970267290a98b warning about IIS inferred from conversation with frew and mailing list threads --- diff --git a/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod b/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod index 4c1140a..d384896 100644 --- a/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod +++ b/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod @@ -4,6 +4,10 @@ Catalyst::Manual::Deployment::IIS::FastCGI - Deploying Catalyst with Microsoft I =head1 Microsoft IIS +Probably the best way to deploy a Catalyst application on IIS is by using +IIS as a front end proxy. However if you positively must use FastCGI (say +due to internal IT policies) then this manual shows you how. + It is possible to run Catalyst under IIS with FastCGI, but only on IIS 6.0 (Microsoft Windows 2003), IIS 7.0 (Microsoft Windows 2008 and Vista), and (hopefully) its successors.