X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FIIS%2FFastCGI.pod;h=d384896f708629013facff989ee4ed25d6fa2340;hp=89538d86801550e1bbf5ba8f2163b75e9740c45e;hb=c07b19411ecb5ef10d0f2d000c5970267290a98b;hpb=5abded07e91219302e0536d98c9a0d5e5fd58e13 diff --git a/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod b/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod index 89538d8..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. @@ -133,6 +137,12 @@ site name and paths to values relevant for your server setup. =back +=head3 Setup of your application + +Note that you B have the config setting C set to true +to work in IIS7 - if you do not have this then all sub paths in your application +(e.g. /foo/bar) will resolve to the root path, i.e. / + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm