[rt-users] Web page shows code, not interface
Joseph McCarty
jmccarty at scoe.org
Tue Mar 2 23:59:57 EST 2004
No, here are my directives, located inside the <IfDefine SSL> block at the end of httpd.conf:
<VirtualHost x.x.x.x:443>
# General setup for the virtual host
DocumentRoot "/opt/rt3/share/html"
ServerName blah.blah.org
ServerAdmin root at 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
<location />
SetHandler perl-script
PerlHandler RT::Mason
</location>
----- Original Message -----
From: Russ Roff
To: rt-users at 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 at 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
----------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20040302/9b1845b3/attachment.htm>
More information about the rt-users
mailing list