Thanks Robert, As a workaround I have already switched to two physical server solution which is not what exactly I planed, but now as I have solution from you I shall try it.
Greetings, Tripal -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Robert Kehl Gesendet: Thursday, November 04, 2004 11:21 AM An: User questions and discussions about OTRS. Betreff: Re: [otrs] problem running two instance of otrs on one server Tripal Jadeja schrieb: > <Location /otrs> > SetHandler perl-script > PerlHandler Apache::Registry > Options ExecCGI > PerlSendHeader On > </Location> > <Location /otrs> > SetHandler perl-script > PerlHandler Apache::Registry > Options ExecCGI > PerlSendHeader On > </Location> Now I see. The problem is related to mod_perl not being able to decide which code base to work in. The perl startup scripts both load the same set of modules, which prevents OTRS from working correctly. I know this explanation is stumbling, sorry. Solution: Switch one of the two (or both) to CGI. This should work. hth, Robert Kehl _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting f�r Ihr OTRS System? => http://www.otrs.de/ _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting f�r Ihr OTRS System? => http://www.otrs.de/
