X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FApache%2Fmod_perl.pod;fp=lib%2FCatalyst%2FManual%2FDeployment%2FApache%2Fmod_perl.pod;h=72968900416b7c03f4d072c85330e85e5bf2f7bf;hb=d5eac609f224140bd9172bf71c25268c20a031af;hp=9fd9e29b31a0a3f001a970c2c14b7bdd97317eb9;hpb=24acc5d75bb4208eeef4d1bad0974f0fd5893454;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 9fd9e29..7296890 100644 --- a/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod +++ b/lib/Catalyst/Manual/Deployment/Apache/mod_perl.pod @@ -92,9 +92,23 @@ controller, model, and view classes and configuration. If you have -Debug mode enabled, you will see the startup output scroll by when you first start Apache. +Also, there have been reports that the block above should instead be (but +this has not been confirmed): + + + use lib '/var/www/MyApp/lib'; + use MyApp; + + + + SetHandler modperl + PerlResponseHandler MyApp + + For an example Apache 1.3 configuration, please see the documentation for L. + =head2 Test It That's it, your app is now a full-fledged mod_perl application! Try it out