[rt-users] [fwd] Multiple instances of rt2 under one apache server.

Greg White gregw-rt-users at greg.cex.ca
Wed Oct 10 22:46:58 EDT 2001


On Wed, Oct 10, 2001 at 08:23:51PM -0400, Jesse Vincent wrote:
> mod_perl isn't compartmentalized within vhosts.  what you want to do 
> is to set up each seperate RT instance on its own apache httpd running
> on a high port bound to localhost. Then use mod_proxypass to pass 
> connections off to the right subserver.  Or use the fastcgi handler.
> 
> 	-j

Or, if it were me, running in a private address space (RFC1918 et. al)
simply bind each apache instance to a different local address. Sounds a
lot simpler to me...

-- 
Greg White




More information about the rt-users mailing list