[Catalyst-commits] r10079 -
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual
mateu at dev.catalyst.perl.org
mateu at dev.catalyst.perl.org
Mon May 11 18:54:33 GMT 2009
Author: mateu
Date: 2009-05-11 18:54:33 +0000 (Mon, 11 May 2009)
New Revision: 10079
Modified:
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Cookbook.pod
Log:
Add note about removing mod_deflate when pages hang with fastcgi
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Cookbook.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Cookbook.pod 2009-05-11 17:52:42 UTC (rev 10078)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Cookbook.pod 2009-05-11 18:54:33 UTC (rev 10079)
@@ -1777,6 +1777,9 @@
=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
More information about the Catalyst-commits
mailing list