[rt-users] Mason Problems - rt2 & rt3 on same server....

Les Mikesell les at futuresource.com
Wed Mar 12 13:54:43 EST 2003


> From: Jesse Vincent

> mod_perl REALLY doesn't like multiple applications in the same
> interpreter. You need to either set up multiple backend apache servers
> to run mod_perl OR switch to fastcgi.

The easy approach is to run separate instances of httpd with
different config files on different ports.  Sometimes this
is worthwhile just for memory management even if you could
cram everything into one instance.   If you want to
hide the fact that you've done this or put the real servers
on a different machine you can run a non-mod_perl apache
as a reverse proxy at the normal address and port, using
ProxyPass or RewriteRule to internally go to the right place.

---
  Les Mikesell
   les at futuresource.com




More information about the rt-users mailing list