From: Mateu X. Hunter Date: Mon, 11 May 2009 18:54:33 +0000 (+0000) Subject: Add note about removing mod_deflate when pages hang with fastcgi X-Git-Tag: v5.8005~153 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=278f816dc58c5c3da9f1eb231e64be405d8f6bc4 Add note about removing mod_deflate when pages hang with fastcgi --- diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 11f98e5..ca49cf3 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -1777,6 +1777,9 @@ can be used without worrying about the thread safety of your application. =head3 Cons +You may have to disable mod_deflate. If you experience page hangs with +mod_fastcgi then remove deflate.load and deflate.conf from mods-enabled/ + =head4 More complex environment With FastCGI, there are more things to monitor and more processes running