[rt-users] Not Parsing HTML
Forrest Stanley
fstanley at netburner.com
Mon Sep 16 13:12:59 EDT 2002
When I start apache and try to visit my rt website, All I get is unparsed
HTML. Ex:
<& /Elements/Header, Title=>"Start page", Refresh =>
$session{'home_refresh_interval'} &> <& /Elements/Tabs, current_toptab =>
'' &>
<& /Elements/CustomHomepageHeader, %ARGS &> <& /Elements/MyTickets &>
<& /Elements/MyRequests &> <& /Elements/Quicksearch &>
<& /Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session
{'home_refresh_interval'} &>
<%init> if ($ARGS{'HomeRefreshInterval'}) {
$session{'home_refresh_interval'} = $ARGS{'HomeRefreshInterval'}; }
I have all the deps installed and up to date. Here is what the inside of my
httpd.conf looks like:
# Handler for RT2
########
#<IfModule mod_perl.c>
Alias /perl/ /user/local/bin/perl/
<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
PerlModule Apache::DBI
PerlFreshRestart On
PerlRequire /home/rt2/bin/webmux.pl
Alias /rt2/ /home/rt2/WebRT/html/
<Location /rt2>
SetHandler perl-script
PerlHandler RT::Mason
</Location>
#</IfModule>
I took out the #ifmodule to test if the syntax of the file was correct. I
recompiled mod_perl with apache to try to fix the problem. No changes. Any
ideas on what else to change?
Thanks,
Forrest Stanley
More information about the rt-users
mailing list