
4 Nov
2004
4 Nov
'04
10:21 a.m.
Tripal Jadeja schrieb:
SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI PerlSendHeader On </Location> 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