
Hi Jimmy, On Sat, May 10, 2003 at 11:48:30AM -0700, jimmy zhao wrote:
I have two mysql schemas for two otrs instances. But, very luckily, I found out how to make it work.
In my httpd.conf, besides what I showed you in my first email, I also have following two parts:
# ErrorDocument 403 /otrs/customer.pl ErrorDocument 403 /otrs/index.pl SetHandler perl-script PerlHandler ModPerl::Registry Options +ExecCGI PerlOptions +ParseHeaders </Location> and:
# ErrorDocument 403 /otrs2/customer.pl ErrorDocument 403 /otrs2/index.pl SetHandler perl-script PerlHandler ModPerl::Registry Options +ExecCGI PerlOptions +ParseHeaders </Location> After I comment out the second part, two instances otrs work fine now. :)
This is because the name space is shared. I never tested to split the
names space in mod_perl2. But it should work like:
Jimmy
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson