[rt-users] Error Running Mutiple Instances

Kevin Sonney KevinSonney at zumiez.com
Tue Jun 7 17:27:57 EDT 2005


On Tue, Jun 07, 2005 at 02:57:55PM +0400, Ruslan U. Zakirov wrote:
> Stephen Turner wrote:
> > At Monday 6/6/2005 04:53 PM, Kevin Sonney wrote:
> > 
> >> I'm trying to run two RT instances on one box.
> >> Modperl 2.0
> >> Apache 2.0.49
> > 
> > I think with modperl you need to be running two separate instances 
> > of Apache.

> With MP2 - no, you need separate perl interpreters for your virtual 
> hosts. You should add some Perl* option to server config(see
> http://perl.apache.org) that say modperl use standalone perl 
> interpreter for virtual host. You should add this option before 
> "PerlRequire ...webmux.pl"(this to be sure that all webmuxes run in
own perl env).

>Any chance you could post a sample apache config segment to the wiki on
that, Ruslan?


Fixed.

Add the following line before PerlRequire.

   PerlModule Apache::DBI
   PerlOptions +Parent
   PerlRequire /var/opt/rtlive/bin/webmux.pl


Thanks,

Kevin



More information about the rt-users mailing list