|
has the trick been perfected for running multiple MasonX::Maypole apps under one (mod_perl) web server?
i have no VirtualHosts, only multiple Location blocks.
i have tried various combinations of __PACKAGE__->config( Maypole::Config->new() ); and __PACKAGE__->config->masonx( {} ); within and without my BEGIN { MyApp->setup(...) } block, and get 'Can't call method "class_of" on an undefined value' errors depending on some requests (seems to depend on which httpd instance gets the connection).
any tips?
|