link fixes
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment / Apache / FastCGI.pod
index ceeeddf..64b075e 100644 (file)
@@ -7,7 +7,7 @@ Catalyst::Manual::Deployment::Apache::FastCGI - Deploying Catalyst with FastCGI
 =head3 1. Install Apache with mod_fastcgi
 
 mod_fastcgi for Apache is a third-party module, and can be found at
-L<http://www.fastcgi.com/>. It is also packaged in many distributions
+L<https://fastcgi-archives.github.io/>. It is also packaged in many distributions
 (for example, libapache2-mod-fastcgi in Debian). You will also need to
 install the L<FCGI> module from CPAN.
 
@@ -100,12 +100,12 @@ Then a request for /script/myapp_fastcgi.pl will run the
 application.
 
 For more information on using FastCGI under Apache, visit
-L<http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html>
+L<https://fastcgi-archives.github.io/mod_fastcgi.html>
 
 =head3 Authorization header with mod_fastcgi or mod_cgi
 
 By default, mod_fastcgi/mod_cgi do not pass along the Authorization header,
-so modules like C<Catalyst::Plugin::Authentication::Credential::HTTP> will
+so modules like L<Catalyst::Plugin::Authentication::Credential::HTTP> will
 not work.  To enable pass-through of this header, add the following
 mod_rewrite directives: