[rt-users] Multiple RTs from a single code base?

Ruslan U. Zakirov cubic at acronis.ru
Wed Mar 31 07:02:46 EST 2004


jalgermissen at topicmapping.com wrote:
> Hi,
> 
> I plan to run several different RTs (about 25) on a single host
> and I would like to avoid multiple copies of the RT libraries.
> 
> My preferred solution would be to specify the appropriate
> config file in the Apache configuration and just run multiple
> databases.
> 
> Has anyone experience with this kind of setup?
> 
> As the config files are hardcoded into webmux.pl I see only
> two options: alter RT a bit (thus making updates a pain) or
> multiply webmux.pl and adjust the config file for each copy.
> 
> Is the latter solution possible or does it break any dependencies
> beyond webmux.pl
> 
> Thanks a lot in advance.
You can't do this under mod_perl with single Apache instance.
If you want 25 instances of RT then may be something wrong in the 
beginning? I think you'll come into memory problems.
You should consider using FastCGI. One apache instance and 1+ FastCGI 
server on each RT instance.
I'm not FCGI guru and don't know how much memory each server eat for RT.

Don't understand why you need such setup.

		Best regards. Ruslan.
> 
> 
> Jan




More information about the rt-users mailing list