<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4616.200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Startring apache I get the following 
error:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<DIV><FONT face=Arial size=2> /etc/init.d/httpd start<BR>Starting httpd: 
Syntax error on line 1465 of /etc/httpd/conf/httpd.conf:<BR>Can't locate 
Apache/DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux 
/usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux 
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /etc/httpd/ 
/etc/httpd/lib/perl) at (eval 3) line 3.<BR></FONT></DIV></DIV>
<DIV><FONT face=Arial size=2>After adding the following to 
httpd.conf:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><VirtualHost xxx.xxx.xxx.xxx 
><BR>DocumentRoot /opt/rt2/WebRT/html<BR>ServerName 
server.my.domain<BR>PerlModule Apache::DBI<BR>PerlFreshRestart On<BR>PerlRequire 
/opt/rt2/bin/webmux.pl<BR><Location /><BR> SetHandler 
perl-script<BR> PerlHandler 
RT::Mason<BR></Location><BR></VirtualHost><BR></FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>