[rt-users] Two RT3 instances on one box

Vivek Khera khera at kcilink.com
Tue Jun 10 22:47:01 EDT 2003


>>>>> "JW" == Jamie Wilkinson <jaq at spacepants.org> writes:

JW> You can't do it with mod_perl because of the way mod_perl loads the entire
JW> instance and thus you need at least one of them running from fastcgi or
JW> speedycgi.

sure you can.  you just can't have them both bind to the same IP/port
combination.  If you have multiple IP addresses, just have each
instance of apache bind to just one of them.  If you have one IP, then
you can have them each bind to a different port number, and have a
front-end listen on port 80 doing name-based virtual hosts and pass
the connections off via mod_proxy to the proper back end via the port
number.




More information about the rt-users mailing list