>       <VirtualHost xxx>
>               PerlTransHandler MyApp::MyInstall::Dispatcher

make that

    PerlTransHandler MyApp::MyInstall::Dispatcher->handler

and see if that helps.  you should also be preloading via

  PerlModule MyApp::MyInstall::Dispatcher

or in a startup.pl.

HTH

--Geoff

Reply via email to