RedHat 8 and RT3.0

Hi All,

I’m trying to set up RT3, but I was wondering if anyone had written a
simple set of instructions for what to do on RedHat8… Given that it
installs with apache 2.0 by default, it makes things much more
complicated since modperl isn’t fully up to par. I tried installing
using fastcgi, but their instructions are really meant for apache 1.3,
so it isn’t as clear as it should be… :slight_smile:

Thanks!

Art

Hi,

For me it worked by following the RT 3.0 Draft Manual and choosing modperl2.
And when it comes to configuring the VirtualHost for Apache, replace

SetHandler perl-script

with

AddHandler perl-script .html

Regards - Anders-----Original Message-----
From: rt-devel-admin@lists.fsck.com [mailto:rt-devel-admin@lists.fsck.com]
On Behalf Of Art Morales
Sent: den 28 mars 2003 17:02
To: rt-devel@lists.fsck.com
Subject: [rt-devel] RedHat 8 and RT3.0

Hi All,

I’m trying to set up RT3, but I was wondering if anyone had written a simple
set of instructions for what to do on RedHat8… Given that it installs
with apache 2.0 by default, it makes things much more complicated since
modperl isn’t fully up to par. I tried installing using fastcgi, but their
instructions are really meant for apache 1.3, so it isn’t as clear as it
should be… :slight_smile:

Thanks!

Art
rt-devel mailing list
rt-devel@lists.fsck.com http://lists.fsck.com/mailman/listinfo/rt-devel

Hi,
I ran into one small issue – one of the webpages (mail-gateway) doesn’t
end if “.html”, so the AddHandler doesn’t catch it:

  1. rename /path/to/rt3/share/html/REST/1.0/NoAuth/mail-gateway to
    /path/to/rt3/share/html/REST/1.0/NoAuth/mail-gateway.html

  2. modify /path/to/rt3/bin/rt-mailgate adding “.html” to mail-gateway path

…daveOn Fri, Mar 28, 2003 at 05:08:55PM +0100, Anders Ekstrand wrote:

Hi,

For me it worked by following the RT 3.0 Draft Manual and choosing modperl2.
And when it comes to configuring the VirtualHost for Apache, replace

SetHandler perl-script

with

AddHandler perl-script .html

Regards - Anders

-----Original Message-----
From: rt-devel-admin@lists.fsck.com [mailto:rt-devel-admin@lists.fsck.com]
On Behalf Of Art Morales
Sent: den 28 mars 2003 17:02
To: rt-devel@lists.fsck.com
Subject: [rt-devel] RedHat 8 and RT3.0

Hi All,

I’m trying to set up RT3, but I was wondering if anyone had written a simple
set of instructions for what to do on RedHat8… Given that it installs
with apache 2.0 by default, it makes things much more complicated since
modperl isn’t fully up to par. I tried installing using fastcgi, but their
instructions are really meant for apache 1.3, so it isn’t as clear as it
should be… :slight_smile:

Thanks!

Art


rt-devel mailing list
rt-devel@lists.fsck.com http://lists.fsck.com/mailman/listinfo/rt-devel


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel