X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FIIS%2FFastCGI.pod;h=ecf4c413f01083c363ddd366d58185c0861727e7;hb=506ff3c852f1f03006cef0a5f23166e6fd4b6ded;hp=91b9b09c9f4cd165a1613eb0a63a3dcfea169a0f;hpb=45b58a85a818703c790e8c09786cc449bad3506c;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod b/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod index 91b9b09..ecf4c41 100644 --- a/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod +++ b/lib/Catalyst/Manual/Deployment/IIS/FastCGI.pod @@ -2,7 +2,7 @@ Catalyst::Manual::Deployment::IIS::FastCGI - Deploying Catalyst with Microsoft IIS -=head2 Microsoft IIS +=head1 Microsoft IIS 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 @@ -18,9 +18,9 @@ Let us assume that our server has the following layout: d:\strawberry\perl\bin\perl.exe path to perl interpreter (with Catalyst installed) c:\windows Windows directory -=head3 Setup IIS 6.0 (Windows 2003) +=head2 Setup IIS 6.0 (Windows 2003) -=over 4 +=over =item Install FastCGI extension for IIS 6.0 @@ -86,24 +86,24 @@ system c:\windows\syswow64\inetsrv\fcgiext.ini): =back -=head3 Setup IIS 7.0 (Windows 2008 and Vista) +=head2 Setup IIS 7.0 (Windows 2008 and Vista) -Microsoft IIS 7.0 has built-in support for FastCGI so you do not have to install -any addons. +Microsoft IIS 7.0 has built-in support for FastCGI so you do not have to +install any addons. -=over 4 +=over =item Necessary steps during IIS7 installation -During IIS7 installation after you have added role "Web Server (IIS)" -you need to check to install role feature "CGI" (do not be nervous that it is -not FastCGI). If you already have IIS7 installed you can add "CGI" role feature +During IIS7 installation after you have added role "Web Server (IIS)" you need +to check to install role feature "CGI" (do not be nervous that it is not +FastCGI). If you already have IIS7 installed you can add "CGI" role feature through "Control panel" > "Programs and Features". =item Create a new website -Open "Control Panel" > "Administrative Tools" > "Internet Information Services Manager" -> "Add Web Site". +Open "Control Panel" > "Administrative Tools" > "Internet Information Services +Manager" > "Add Web Site". site name: "CatalystSite" content directory: "d:\WWW\WebApp\root" @@ -114,7 +114,7 @@ Open "Control Panel" > "Administrative Tools" > "Internet Information Services M You can configure FastCGI extension using commandline utility "c:\windows\system32\inetsrv\appcmd.exe" -=over 4 +=over =item Configuring section "fastCgi" (it is a global setting)