[rt-users] RT install problem w/ Apache/mod_perl

Mike Suter mike at dakota.by-design.net
Thu Apr 4 11:11:53 EST 2002


I'm hitting a very frustrating problem.  I am running Apache 1.3.22 
with mod_perl 1.26 (along with PHP and a few others)

"httpd -l" *does* list mod_perl.c (among other things), but when I 
try to start Apache, I get:

Invalid command 'PerlModule', perhaps mis-spelled or defined by a module not included in the server configuration

Here's the relevant portion of my httpd.conf:

    DocumentRoot /usr/local/rt2/WebRT/html
    PerlModule Apache::DBI
    PerlFreshRestart On
    PerlRequire /usr/local/rt2/bin/webmux.pl
    <Location />
     SetHandler perl-script
     PerlHandler RT::Mason
    </Location>
    ErrorLog log/rt2-error.log
    CustomLog log/rt2-access.log common

I've searched everywhere I can think to search and haven't come up 
with anything..

If anyone can assist, I would be greatly appreciative.

Thanks!
Mike




More information about the rt-users mailing list