Wojciech Zatorski wrote:
> Hello Clay,
> 
> Wednesday, November 26, 2008, 12:58:45 AM, you wrote:
> 
> CF> So does anyone know of name-space or other conflicts arising from
> CF> using mod_perl with one koha instance installed per virtual host?
> 
> hm... we have been using koha with mod perl (RegistryPrefork) since 3 years
> without problems on name-space;)
> 
> http://bg.univ.szczecin.pl/strona_en/index.php?strona=4&link=2

As has been pointed out, all of your koha instances must share
one set of perl modules.


CAVEAT:

If you attempt to mix, say, a test environment or development
system into the shared services and use different include
paths (@INC, %INC) in your code, then mod_perl will get confused.

The first web child might see @INC=/usr/share/koha/libs and the
second /home/rick/koha/dev. You will get grossly inconsistent
(and often corrupted) results when using a web server set up in
this configuration.


cheers
rickw



-- 
_________________________________
Rick Welykochy || Praxis Services

You go find out what they need and I'll start coding.
      -- two geeks
_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to