X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FApache%2Fmod_perl.pod;h=4a37096fd3bf89d434fe06d290aa36bdb5120e64;hb=0e8203319991f2cec55d5485f3b4682462548f9e;hp=63fd96af3f89044aa1e1c18e117817eec7668fd7;hpb=0191b4351578d840cba62c5eb24a7f51238f6076;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod b/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod index 63fd96a..4a37096 100644 --- a/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod +++ b/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod @@ -58,11 +58,12 @@ 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. 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. 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. In Debian, the following commands should get you going.