Re: [Catalyst] Apache/mod_perl 2.0 deep documentation and troubleshooting

2007-04-02 Thread Valentin Tumarkin
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

[Catalyst] Apache/mod_perl 2.0 deep documentation and troubleshooting

2007-04-02 Thread Xavier Robin
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