Rt2 and rt3 on the same server?

All-
Is there a way to have rt2 and rt3 installed on the same server? Ive hit
a wall when it comes to Mason. Both versions seem to require different
versions. Is there any way to have 2 versions of this module installed on
the same machine? and if so, how would I configure apache?

Jon

Is there a way to have rt2 and rt3 installed on the same server?

Yes.

All of the modules that RT3 requires are compatible with recent RT2s.
(Where recent is > 2.0.12 or 2.0.13 – but if you are running RT2 you
should be running 2.0.15.)

There are a few different ways to configure your system. The
“easiest” from some perspectives is just to have two separate Apache
installations.

If that doesn’t float your boat, you can have multiple RT instances
running in the same Apache - but only one can run under mod_perl.
This means that the other must be fastcgi (or speedycgi.) (Or both
can be fastcgi.)

-R

(p.s. I have my testing RT3 running as FastCGI in the same apache
running my production RT2 as mod_perl. So I’m not just “thinking out
loud”)