Ryan Underwood wrote:
Hi,
I'm looking for a solution to the following problem.
I have an engine library MySite which is a common base of code used to build a new site upon.
Site1, Site2, and Site3 each have a copy of MySite at various stages in development; the copies of MySite aren't always in a consistent state because as I fix something or add a feature to the engine for a particular site, I have to regression test it before running the other sites against it.
I'm trying to figure out how to have three varying copies of MySite under the same mod_perl server. As far as I can tell, perl just uses the first one it encounters.
Apache::PerlVINC?
http://search.cpan.org/~davem/Apache-PerlVINC-0.03/
and if using modperl2, see: http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_
Ryan, please always mention what modperl version you are using, so we don't have to guess. Thank you.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html