On Mon, 2003-11-17 at 13:47, angie ahl wrote:
> Thanks for that, but CPAN seems to indicate that Apache::PerlVINC will
> have a performance hit (which I need to avoid if possible).
It's really for development use.
> if the 2 sites call a different directory name eg:
>
> site 1:
>
> use lib "/ho
Thanks for that, but CPAN seems to indicate that Apache::PerlVINC will
have a performance hit (which I need to avoid if possible).
would the following work?
if the 2 sites call a different directory name eg:
site 1:
use lib "/home/virtual/site17/fst/var/www/perl/verttemp";
use verttemp::SiteMap
On Mon, 2003-11-17 at 12:40, angie ahl wrote:
> So I have one set of modules in
> /home/virtual/site17/fst/var/www/perl/vert
>
> and another in
> /home/virtual/site29/fst/var/www/perl/vert
>
> And those modules have different database information (but tables inside
> are the same).
Sounds like
Hi everyone
I would search archives for this but I honestly can't think what to
search for in this case :(
I have 1 server, with 2 practically identical sites on it. And calls to
databases are getting mixed up (Using MySQL and DBI)
I have an ensim server running:
Apache/1.3.27
mod_perl/1.24_01