Hello guys


i am currently installinh rt3 on my FreeBSD4.9RC box , i am running into
some problems on getting the Moule Apache::DBI to workout i keep getting an
error on the LoadModule Apache::DBI line, which i think is due to mod_perl
either not being loaded or just not loaded properly ..below is how my vhost
looks like.

[vhost]


<VirtualHost xx.xx.xx.xx>
    ServerName webrt.mydomain.co.ug
    DocumentRoot /var/www/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>

[/vhost]


below is my error

[error]

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]

i assume this is the right syntax...., i dont know why this  apache is
giving me this error..could someone please shed some light on this for me.

all help is highly appreciated..


--
cheers

David Ziggy Lubowa
Customer Support Engineer
Africa online Uganda Ltd.
5th Floor Commercial Plaza
Plot 7 Kampala, Uganda
Tel: +256-41 258143
Mob: +256-78 323338
Fax: +256-41 258144
email: [EMAIL PROTECTED]
www.africaonline.com



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to