Web UI looking funny

I’ve just finished the install of RT2 (working on it slowly), and this will
hopefully be my last question to the list.

Everything installs and compiles fine, but I get the literal index.html
output in the browser (i.e. it’s exactly what is in
/opt/rt2/WebRT/html/index.html). I’ve re-installed Apache and mod_perl,
RT2, and the perceived applicable Perl modules, but to no avail. Help?

What’s your apache config look like for RT’s mod_perl handler?On Fri, Jun 29, 2001 at 03:20:27PM -0400, Damian Gerow wrote:

I’ve just finished the install of RT2 (working on it slowly), and this will
hopefully be my last question to the list.

Everything installs and compiles fine, but I get the literal index.html
output in the browser (i.e. it’s exactly what is in
/opt/rt2/WebRT/html/index.html). I’ve re-installed Apache and mod_perl,
RT2, and the perceived applicable Perl modules, but to no avail. Help?


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

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

“That package looks like what I wanted, but the site was down today,
so I decided to reimplement it in Perl.”
-me

What’s your apache config look like for RT’s mod_perl handler?

Taken almost exactly from the install docs, but stripped a bit as it’s not a
virtual host:

<DocumentRoot "/opt/rt2/WebRT/html">

<Directory "/opt/rt2/WebRT/html">
        PerlModule Apache::DBI
        PerlRequire /opt/rt2/bin/webmux.pl
</Directory>
<Location /rt2>
        SetHandler perl-script
        PerlHandler RT::Mason
</Location>

Now that I’ve done that, I can almost see where the problem is. But it’s
Friday afternoon, so my brain’s shut off in anticipation of the weekend
already.

(I’ve also since stuck in the following, with no results:

<Directory /opt/rt2/bin>
Options Indexes FollowSymLinks ExecCGI

)

Figured it out. Really bad configuration. Maybe coffee will help?