[rt-users] Running RT2 & RT3 on same machine
Vivek Khera
khera at kcilink.com
Tue Mar 25 14:07:07 EST 2003
>>>>> "DCT" == David C Troy <dave at toad.net> writes:
DCT> webmux.pl's namespace, etc), or do I have to run entirely separate
DCT> instances of apache?
Yes, it is mod_perl's sharing of name space that is hosing you. Try
either running one or both under fast_cgi or speedy_cgi as they keep
each app separate in its own process and name space.
I'm planning to test out RT3 using speedy_cgi...
More information about the rt-users
mailing list