[rt-users] Two RT3 instances on one box

seph seph at directionless.org
Tue Jun 10 23:14:51 EDT 2003


>> How would one set up two instances of RT3 on one RedHat 7.3 box with
>> mod_perl compiled into Apache?  The first instance is alive and
>> well, but my company is starting up a second customer base that will
>> require different configuration...
>>
>> I picture two separate virutal domains on Apache, one for each
>> interface.  The configure file would point to non-default file
>> locations and to a separate MySQL database.  Once the second
>> instance is installed, the configuration file in RTx/etc would use
>> different database names, RT users, URLs, etc.  More aliases for the
>> new instance would go into the aliases file.
>>
>> What are the gotchas?  Any pointers would be appreciated.
>
> You can't do it with mod_perl because of the way mod_perl loads the entire
> instance and thus you need at least one of them running from fastcgi or
> speedycgi.

You can also run seperate apaches (on different ports) if you need
everything to appear to be on ports 80 and 443, you can have one
apache proxy to the other, or have a thrid that proxies to those 2.

seph



More information about the rt-users mailing list