From: Tomas Doran Date: Sun, 14 Aug 2011 11:33:58 +0000 (+0100) Subject: Revert "Note that Apache 1.3 won't work with mod_perl with >= catalyst 5.9" X-Git-Tag: 5.9000~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=17fad97e0c95a905dbbf64127eb5b87d0521a6dd Revert "Note that Apache 1.3 won't work with mod_perl with >= catalyst 5.9" This reverts commit 0e8203319991f2cec55d5485f3b4682462548f9e. Apache 1.3 and mod_perl1 is supported by Plack, so should still work! --- diff --git a/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod b/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod index 4a37096..63fd96a 100644 --- a/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod +++ b/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod @@ -58,12 +58,11 @@ to run a Catalyst app. =head2 2. Install Apache with mod_perl Both Apache 1.3 and Apache 2 are supported, although Apache 2 is highly -recommended. Apache 1.3 will no longer be supported with Catalyst 5.9. With -Apache 2, make sure you are using the prefork MPM and not the worker MPM. The -reason for this is that many Perl modules are not thread-safe and may have -problems running within the threaded worker environment. Catalyst is -thread-safe however, so if you know what you're doing, you may be able to run -using worker. +recommended. With Apache 2, make sure you are using the prefork MPM and not +the worker MPM. The reason for this is that many Perl modules are not +thread-safe and may have problems running within the threaded worker +environment. Catalyst is thread-safe however, so if you know what you're +doing, you may be able to run using worker. In Debian, the following commands should get you going.