Multiple instance of RT with single instance of Apache

Dear all,

I have a requirement to run 2 instances of rt in a single machine with
2 different databases but with single Apache instance having 2 virtual
host. I have some clarification needed for these :

  1. Whether this setup can be done?

  2. If yes, I have defined 2 Virtual host in apache configuration, but
    facing an error in starting the web server

error :

Subroutine handler redefined at
/opt/rt3/bin/webmux.pl line 102.

and 1 virtual host is running & other one is not running

Can any tried this. Please help me to resolve this issue.

Thanks in advance

Kind Regards,

Parani Raja R

Dear all,

I have a requirement to run 2 instances of rt in a single machine with 2
different databases but with single Apache instance having 2 virtual host. I
have some clarification needed for these :

  1. Whether this setup can be done?

Yes, using FastCGI

It can’t be done using Apache?

Parani Raja R

Jesse Vincent wrote:

On Thu, Mar 16, 2006 at 08:04:50PM +0530, Parani R wrote:
  
Dear all,

I have a requirement to run 2 instances of rt in a single machine with 2
different databases but with single Apache instance having 2 virtual host. I
have some clarification needed for these :

  1. Whether this setup can be done?
Yes, using FastCGI

  

It can’t be done using Apache?

Parani Raja R

Hi Parani-

Don’t take this the wrong way… but:

  1. it will go a long way if you search for your answers a bit before
    asking them on the list. (seach google, find the mailing lists for RT,
    the wiki etc).

  2. He did say “Yes” and then the “FastCGI” was a hint at how to do it. A
    quick google of FastCGI and RT will give you everything you need prob.

  3. There is also a wiki… this is prob. Considered a FAQ. -
    Request Tracker Wiki

  4. lastly, generally speaking posting to mailing lists in HTML Format is
    frowned upon so I’d try and keep it plain text if you can.

Good luck, let us know how we can help (please ask good questions if you
want good answers!)

duncan

FastCGI can be run from within apache… See:

http://wiki.bestpractical.com/index.cgi?FastCGI

http://wiki.bestpractical.com/index.cgi?FastCGIConfiguration

http://wiki.bestpractical.com/index.cgi?FastCGIFAQ

Michael Eraña, CISSP
CTO
PC Network, Inc.From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Parani R
Sent: Thursday, March 16, 2006 9:58 AM
To: Jesse Vincent
Cc: rt-users@lists.bestpractical.com; parani.raja@vinciti.com
Subject: Re: [rt-users] Multiple instance of RT with single instance of Apache

It can't be done using Apache?





Parani Raja R 













Jesse Vincent wrote: