[rt-users] Installing as non-virual server

R El - Hames r at elhames.co.uk
Mon Sep 9 18:23:41 EDT 2002


Chris;

What you need to do first of all is to edit your httpd.conf and add the rt
alias as per Andraeas mail to you earlier;
and say you name the alias "rt2"(remember to restart httpd)

in /path-to-rt2/etc/config.pm
define the following as:

$WebPath = "/rt2"
$WebBaseURL = http://loki.altamer.home

and thats it; from a browser you will see the rt login at
http://loki.altamer.home/rt2/

Good Luck

Roy
> That might be the problem. Is this correct?
> The server is http://loki.altamer.home and the URL for RT would be
> http://loki.altamer.home/rt2/
>
>
>
> $WebPath = "/var/www/rt2";
>
> # This is the Scheme, server and port for constructing urls to webrt
> # $WebBaseURL doesn't need a trailing /
>
> $WebBaseURL = "http://RT::loki.altamer.home:80";
>
> $WebURL = $WebBaseURL . $WebPath . "/";
>
>
>
>
>
>
>
> -----Original Message-----
> From: Roedel, Mark [mailto:MarkRoedel at letu.edu]
> Sent: Monday, September 09, 2002 5:26 PM
> To: Chris Mason
> Cc: rt-users at lists.fsck.com
> Subject: RE: [rt-users] Installing as non-virual server
>
>
> Seems to be working in that sort of arrangement on our testbed server
> pretty well.  (And *I* did it, so it can't have been to terribly hard.)
>
> The important bit, as I recall, was making sure that $WebPath got set
> correctly in /path-to-rt/etc/config.pm.
>
>
> ---
> Mark Roedel           | "Blessed is he who has learned to laugh
> Systems Programmer    |  at himself, for he shall never cease
> LeTourneau University |  to be entertained."
> Longview, Texas, USA  |                          -- John Powell
>
>
> > -----Original Message-----
> > From: Chris Mason [mailto:masonc at masonc.com]
> > Sent: Monday, September 09, 2002 3:37 PM
> > To: rt-users at lists.fsck.com
> > Subject: [rt-users] Installing as non-virual server
> >
> >
> > I'd like to install rt as a subfolder of main html server, rather than
> > virtual, as I don't have any other need for virtual hosts. How hard is
> > that? I don't see documentation on it, all the installation docs
> > presume a virtual host.
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
>
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
>




More information about the rt-users mailing list