[rt-users] multiple Apache + RT instances

Joseph McCarty jmccarty at scoe.org
Fri Sep 26 17:34:48 EDT 2003


I have two instances of Apache with mod_perl compiled in and two working
instances of RT running on one machine.  It has one ip address with two DNS
IDs pointing at it.  One Apache instance listens on port 80, the other on
port 8080.

Right now, to get to the port 8080 instance, the user must type ":8080" at
the end of the URL..  I have read on this list that some combination of
mod_proxy, mod_rewrite, and  virtual host directives in the httpd.conf of
the port 80 Apache can make requests to the second URL go to the port 8080
Apache/RT instance without the port reference.

I've tried this, but to no avail.  Suggestions appreciated.




More information about the rt-users mailing list