[rt-users] Newbie Install help Requested--PLEASE???

Przemyslaw Jaroszewski przemek at cert.pl
Thu Sep 4 04:40:20 EDT 2003


On Wed, 3 Sep 2003 23:22:45 -0700 (PDT), Steven Casey <spc_123 at yahoo.com> wrote:

> I've followed the installation documentation when I had Apache2 and modperl2 and ended up with a web page that just displayed :
> %# BEGIN LICENSE BLOCK %# %# Copyright (c) 1996-2003 Jesse Vincent %# %#

Did you configure your Apache properly? The following must be included in your httpd.conf:

    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>

Re-read installation documentation carefully.

Cheers,
Przemek



More information about the rt-users mailing list