<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/
