[rt-users] Apache/Mason install notes
Jesse
jesse at fsck.com
Thu Aug 9 18:25:38 EDT 2001
That's rather similar to how I do things, except I install a
ProxyPass /rt http://localhost:88/rt
on the mail webserver for user convenience....
On Thu, Aug 09, 2001 at 02:35:38PM -0700, Trevor Sky Garside wrote:
> I have found that apache is much more resource-hungry when it is running RT
> (having Mason and the like loaded up in each running instance I'm sure has
> something to do with that).
>
> The way I got around having these resource-hogging httpd's running all my
> webpages was simply to run apache on a different port for RT. So, I keep
> two seperate config files, I setup a virtualhost called rt.domain.com and it
> redirects the user to rt.domain.com:88/rt2/ -- works great. This way, I
> don't have all the RT stuff in my virtualhosting httpd and it also makes it
> really easy to move it off to its own server in the future (just change
> rt.domain.com to point to the new address).
>
> Just some food for thought...
>
> Trevor Sky Garside
> <trevor at trevorsky.com>
>
>
>
> ----- Original Message -----
> From: "Martin Hemmings" <mhemmings at trakonic.com>
> To: "rt-users-list" <rt-users at lists.fsck.com>
> Sent: Thursday, August 09, 2001 10:29 AM
> Subject: RE: [rt-users] Apache/Mason install notes
>
>
> >
> > Ok.. sorry for all the posts, I like hearing other people's ideas before
> > making changes to stuff in case I'm doing things wrong.
> >
> > I have finally gotten everything to work after almost 3 days of work. I
> had
> > a virtual host with a seperate IP configured on the server which got me
> the
> > RT interface up and running but still had messed up images and links. I
> > finally got rid of the virtual hosts and just went with an alias to make
> > things simpler.
> >
> > Here's my new config options from httpd.conf
> >
> > Alias /rt2 "/usr/local/rt2/WebRT/html"
> > # RT2 config
> > PerlModule Apache::DBI
> > <Location /rt2>
> > PerlRequire /usr/local/rt2/bin/webmux.pl
> > SetHandler perl-script
> > PerlHandler RT::Mason
> > </Location>
> >
> > and from config.pm
> >
> > $WebPath = "/rt2";
> > $WebBaseURL = "http://192.168.10.1:80";
> >
> > Now I can access RT2 from http://192.168.10.1/rt2 perfectly. Thanks for
> the
> > help everyone, now I'm off to begin user configuration.
> >
> > Martin
> >
>
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
>
--
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90
<Dr_Memory> the point is that words were exchanged. neurolinguistic
programming will do the rest. they should be showing up at my house
any day now.
More information about the rt-users
mailing list