[rt-users] Problem with fresh install
Les Mikesell
les at futuresource.com
Fri Dec 6 15:26:00 EST 2002
> From: Brian Karas
> RT seemed to install with no complaints, and make testdeps appears to
> report that all req'd modules are found. However, when trying to access
> the webpage, I get:
> --BEGIN--
> <& /Elements/Header, Title=>"Start page", Refresh =>
> $session{'home_refresh_interval'} &> <& /Elements/Tabs, current_toptab
Apache isn't using Mason to process the page. If you
have mod_perl configured right you need to make sure
you have something like this in the right place:
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
You also need to restart your apache or send it a HUP or USR1 signal
to make it re-read the config file.
--
Les Mikesell
les at futuresource.com
More information about the rt-users
mailing list