link fixes
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment / IIS / FastCGI.pod
index 4c1140a..41f84f6 100644 (file)
@@ -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.
@@ -26,7 +30,7 @@ Let us assume that our server has the following layout:
 
 FastCGI is not a standard part of IIS 6 - you have to install it
 separately. For more info and the download, go to
-L<http://www.iis.net/extensions/FastCGI>. Choose the appropriate version
+Lhttps://www.iis.net/downloads/microsoft/fastcgi-for-iis>. Choose the appropriate version
 (32-bit/64-bit); installation is quite simple (in fact no questions, no
 options).