[rt-users] Question about RedHat Installation

Les Mikesell les at futuresource.com
Tue Oct 14 16:14:10 EDT 2003


On Tue, 2003-10-14 at 14:48, John Schubert wrote:
> The problem is the HTML doesn't parse.  I know Apache is
> working because it responds to port 80, however the index
> displays the 
> 
> "%# BEGIN LICENSE BLOCK %# %# Copyright (c) 1996-2003 Jesse
> Vincent %# %# (Except where explictly superceded by other
> copyright notices) %# %# This work is made available to you
> under the..."
> instead of processing it.  So I'm not sure if this is:
> mod_perl problem (due to HTML::Mason complaints)
> apache problem (due to my server not having a DNS-given
> hostname)
> or something with the build of RT.

It is an apache configuration problem.  You are getting
the default text/html handler instead of a perlhandler.
Your
     SetHandler perl-script
     PerlHandler RT::Mason
aren't taking effect.  There is a separate rpm for mod_perl.
Does 'rpm -q mod_perl' say you have one?

---
  Les Mikesell
   les at futuresource.com





More information about the rt-users mailing list