Re: [otrs] Trouble with 2 OTRS 2.3.4 instances

2014-07-10 Thread Michiel Beijen
Yeah, the problem is mod_perl -> you'll only have one 'scope' in which the perl modules are loaded. This means you'll have one "Kernel::Config" object and thus one database connection. Of course you could use CGI but this would be slow, and you could use FastCGI but this is cumbersome, at least i

Re: [otrs] Trouble with 2 OTRS 2.3.4 instances

2014-07-08 Thread Jan.Dreyer
Hi. Am 07.07.2014 um 17:15 schrieb Karlos Jelez mailto:otrs...@gmail.com>>: My 2 OTRS instances are separated, working on their own directory (/otrs1 and /otrs2) with separated Config.pm, Kernel.pm and Defaults.pm files, separated scripts into httpd.conf Apache config and separated cronjobs.

Re: [otrs] Trouble with 2 OTRS 2.3.4 instances

2014-07-07 Thread Karlos Jelez
Thanks Daniel My 2 OTRS instances are separated, working on their own directory (/otrs1 and /otrs2) with separated Config.pm, Kernel.pm and Defaults.pm files, separated scripts into httpd.conf Apache config and separated cronjobs. I did try with 1 and with 2 MySql users to each OTRS instance, wit

Re: [otrs] Trouble with 2 OTRS 2.3.4 instances

2014-07-06 Thread Daniel Litzbach
Each Installation should have it's own config.pm, Check the Database in that file. But i would recommend to use two seperate Systems, just to make sure you have no Problems with file permissions and cronjobs. Regards Daniel Litzbach Am 07.07.2014 um 03:14 schrieb "Karlos Jelez" mailto:otrs