X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FApache%2FFastCGI.pod;fp=lib%2FCatalyst%2FManual%2FDeployment%2FApache%2FFastCGI.pod;h=64b075eb9997cb4b2de1c0f5ef00b19d638372e0;hp=ceeeddf9094cc9fd5d6b27d1e0cf6572982b2ad7;hb=56a12748311fdb2580d7ad7cd84c255cd4447d8b;hpb=f9f09a3eae6773200dc5291922d3248c7fbf0597 diff --git a/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod b/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod index ceeeddf..64b075e 100644 --- a/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod +++ b/lib/Catalyst/Manual/Deployment/Apache/FastCGI.pod @@ -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. It is also packaged in many distributions +L. It is also packaged in many distributions (for example, libapache2-mod-fastcgi in Debian). You will also need to install the L 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 +L =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 will +so modules like L will not work. To enable pass-through of this header, add the following mod_rewrite directives: