Web page shows code, not interface

On a machine with a fresh install of RH 7.3, I installed perl 5.8.3. I compiled apache with mod_perl and SSL, and installed MySQL. I then installed all RT perl modules mostly using CPAN. Some modules had to be compiled and installed manually. When test-dependencies gave me all “found,” I installed and configured RT.

After configuring apache with my SSL site as an ip-based virtual host, /opt/rt3/share/html/index.html displays the page’s code instead of the RT interface.

Pointers appreciated.

Joe McCarty

Perhaps you forgot to modify httpd.conf to add support for mod-perl and mason?----- Original Message -----
From: Joseph McCarty
To: rt-users@lists.fsck.com
Sent: Tuesday, March 02, 2004 10:50 AM
Subject: [rt-users] Web page shows code, not interface

On a machine with a fresh install of RH 7.3, I installed perl 5.8.3. I compiled apache with mod_perl and SSL, and installed MySQL. I then installed all RT perl modules mostly using CPAN. Some modules had to be compiled and installed manually. When test-dependencies gave me all “found,” I installed and configured RT.

After configuring apache with my SSL site as an ip-based virtual host, /opt/rt3/share/html/index.html displays the page’s code instead of the RT interface.

Pointers appreciated.

Joe McCarty

rt-users mailing list
rt-users@lists.bestpractical.com
The rt-users Archives

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

No, here are my directives, located inside the block at the end of httpd.conf:

General setup for the virtual host

DocumentRoot “/opt/rt3/share/html”
ServerName blah.blah.org
ServerAdmin root@blah.blah.org
ErrorLog /usr/local/apachessl/logs/error_log
TransferLog /usr/local/apachessl/logs/access_log

RT functionality

AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl

SetHandler perl-script
PerlHandler RT::Mason
----- Original Message -----
From: Russ Roff
To: rt-users@lists.fsck.com
Sent: Tuesday, March 02, 2004 7:55 AM
Subject: Re: [rt-users] Web page shows code, not interface

Perhaps you forgot to modify httpd.conf to add support for mod-perl and mason?
----- Original Message -----
From: Joseph McCarty
To: rt-users@lists.fsck.com
Sent: Tuesday, March 02, 2004 10:50 AM
Subject: [rt-users] Web page shows code, not interface

On a machine with a fresh install of RH 7.3, I installed perl 5.8.3.  I compiled apache with mod_perl and SSL, and installed MySQL.  I then installed all RT perl modules mostly using CPAN.  Some modules had to be compiled and installed manually.  When test-dependencies gave me all "found," I installed and configured RT.

After configuring apache with my SSL site as an ip-based virtual host, /opt/rt3/share/html/index.html displays the page's code instead of the RT interface.

Pointers appreciated.

Joe McCarty