Paul POULAIN wrote:

> Michael Hafen a écrit :
>> Hmm, I hope that isn't the case.  I have multiple instances of Koha
>> running on a server with mod_perl installed.  I haven't heard any
>> complaints so far.
> 
> wow... are you sure you're with mod_perl ? we did some test, on a small 
> library, and the result was awful (with duplicated biblios, and other 
> blockquing problems)

Yup, that backs up my general experience with mod_perl.

If you have multiple definitions of environment variables and
attempt to load different instances of the same perl modules (for
example) all chaos breaks out.

The solution: one instance of apache for each instance of Koha
that you require.

We are running about ten Kohas on one machine. Each uses its own
instance of Apache. Nice and clean and most importantly: safe.


cheer
rickw


-- 
_________________________________
Rick Welykochy || Praxis Services

Tis the dream of each programmer before his life is done,
To write three lines of APL and make the damn thing run.
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to