[rt-users] Two RT3 instances on one box

Jamie Wilkinson jaq at spacepants.org
Tue Jun 10 23:51:38 EDT 2003


This one time, at band camp, Vivek Khera wrote:
>>>>>> "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.

Yeah, so you need two apaches, you can't do it in a single apache instance.

-- 
jaq at spacepants.org                           http://spacepants.org/jaq.gpg



More information about the rt-users mailing list