[rt-users] Problem with vhost directives
Todd Geist
todd at geistinteractive.com
Sun May 11 01:47:53 EDT 2003
Hello,
I de-installed mysql 4.1 and installed 4.0.x and completed the install of
RT.
But now there is something else wrong.
I enter this for my rt vhost in the apache config file.
<VirtualHost myIPaddress:80>
SSLDisable
ServerName rt.mydomain.com
ServerAdmin webmaster at rt. mydomain.com
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
User vhost
Group vhost14
</VirtualHost>
When I try to restart apache this lines cause errors.
PerlModule Apache::DBI
The error looks like this...
Failed to start apache :
/usr/local/apache/bin/httpsd -d /usr/local/apache -f
/usr/local/apache/conf/httpd.conf :
Syntax error on line 1196 of /usr/local/apache/conf/httpd.conf:
Can't locate Apache/DBI.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.6.1/i386-freebsd /usr/local/lib/perl5/5.6.1
/usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd
/usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.00503 /usr/local/lib/site_perl . /usr/local/apache/
/usr/local/apache/lib/perl) at (eval 4) line 3.
When I run the dependency test everything checks out. Or at least all tests
end with "...found"
What did I miss?
Any help would be great
Thanks
Todd
--
Todd Geist
_______________________________________________
g e i s t i n t e r a c t i v e
web hosting - web design - application design
More information about the rt-users
mailing list