[rt-users] Installing as non-virual server

Chris Mason masonc at masonc.com
Mon Sep 9 18:27:49 EDT 2002


Now I have the following, but it still doesn't work, I get "Internal
Server Error" when I access http://loki.altamer.home/rt2

/var/www/rt2/etc/config.pm

$WebPath = "/rt2";

$WebBaseURL = "http://loki.altamer.home";

$WebURL = $WebBaseURL . $WebPath . "/";

and in Apache:

<IfModule mod_perl.c>
Alias /perl/ /var/www/perl/
   <Location /perl>
     SetHandler perl-script
     PerlHandler Apache::Registry
     Options +ExecCGI
   </Location>

   PerlModule Apache::DBI
   PerlFreshRestart On
   PerlRequire /var/www/rt2/bin/webmux.pl
   <Location /rt2>
      SetHandler perl-script
      PerlHandler RT::Mason
   </Location>
</IfModule>


Alias /rt2/ /var/www/rt2/WebRT/html/








-----Original Message-----
From: rt-users-admin at lists.fsck.com
[mailto:rt-users-admin at lists.fsck.com] On Behalf Of Chris Mason
Sent: Monday, September 09, 2002 5:40 PM
To: 'Roedel, Mark'
Cc: rt-users at lists.fsck.com
Subject: RE: [rt-users] Installing as non-virual server

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