[rt-users] httpd error

David Lubowa dlubowa at africaonline.co.ug
Sat Nov 22 08:57:59 EST 2003



hey guys ....i recently installed ..rt3 from Freebsd Ports and this is the
error i am getting when i  do httpd -T

[error]

su-2.05a# httpd -T
Syntax error on line 1109 of /usr/local/etc/apache/httpd.conf:
Invalid command 'PerlModule', perhaps mis-spelled or defined by a module not
included in the server configuration


[/error]

[config]


<VirtualHost xx.xx.xx.xx>
    ServerName rt.mydomain.co.ug
    DocumentRoot /usr/local/rt3/share/html
    AddDefaultCharset UTF-8

    # these four lines applies to Apache2+mod_perl2 only: {{{
    #PerlSetVar MasonArgsMethod CGI
    #PerlModule Apache2 Apache::compat
    #RewriteEngine On
    #RewriteRule ^(.*)/$ $1/index.html
    # }}}

    PerlModule Apache::DBI
    PerlRequire /usr/local/rt3/bin/webmux.pl

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

[/config]


what could i have missed out here ..!!



cheers

-Z




More information about the rt-users mailing list