
14 Jan
2010
14 Jan
'10
4:29 p.m.
On Thu, Jan 14, 2010 at 10:26 AM, Michiel Beijen
Hi Sharif,
Unfortunately, if you use mod_perl, you are limited to running one OTRS instance per apache host. You can only have one module per apache instance, so it will cache your database settings, and use them for both OTRS instances.
You could set up two apaches, or disable mod_perl.
Ah!, yes, I am running mod_perl. Thanks for the response. I will try to setup another apache for test. --sharif