Hi! Using Embperl 2.0b9 (compiled about 15 days ago from CVS) and latest mod_perl 2 under Apache 2.0.47.
I have 2 sepparate virtual servers (under same Apache server) which use the same Embperl web application (modules and other files have same names but their source and location in file system is different (different versions/setups)). It seems that there is some overlapping or something like that. System is randomly choosing modules from different directories/versions and running them with false version. When loading 2 different virtual servers I use different 'startup.pl' eg. PerlRequire /setup1/modules/startup.pl and under other virtual server PerlRequire /setup2/modules/startup.pl Both startup.pl have different use lib lines. What am I missing? How to fix this? (one solution I have tried is running different Apache servers but this is quite inconvenient). Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
