X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment%2FApache%2Fmod_perl.pod;h=22da178a6cfe7b0c5ae8ae37f60e34238a773839;hb=a18ada2a7c8fc02b6bbd5d2155a41b5a9b0d3662;hp=9fd9e29b31a0a3f001a970c2c14b7bdd97317eb9;hpb=5abded07e91219302e0536d98c9a0d5e5fd58e13;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..22da178 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