I believe you should increase your log level on the Apache/mod_perl side:
1) Remember to use the -Debug flag in Catalyst
2) In the VirtualHost configuration:
LogLevel debug
3) via mod_perl API:
use Apache2::Log;
use Apache2::Const -compile => qw(OK :log);
use Apache2::ServerRec ();
use Apache2
Hello,
I have a Catalyst application "MIAPE" working as standalone server. Now I
would like to use it in mod_perl (perl 5.8.5, Apache 2.0.52, mod_perl 2.0.3
on a 64 bit machine).
So I took the documentation
(http://search.cpan.org/~agrundma/Catalyst-Engine-Apache-1.07/lib/Catalyst/Engine/Apache