[Rt-devel] Apache2 Starting at boot time
Winn Johnston
winn_johnston at yahoo.com
Wed Apr 19 13:59:57 EDT 2006
I have a very strange issue. It seems when i enable apache2 to start at boot, during the boot process i get an error about PerlModule Apache::DBI that is in my vhost.conf for RT 3.4.5. However when i start apache at the command line it doesn't throw-up all over the place and the program runs fine. I started looking on CPAN for Apache2::DBI but found nothing. Has anyone else seen this issue? Is there an Apache2::DBI i could download?
System nfo:
SuSe 9.0 Network Enterpise
RT 3.4.5
Apache2
Mod_Perl2
RT.vhost.conf
<IfDefine SSL>
<IfDefine !NOSSL>
Listen 443
LoadModule apreq_module /usr/lib/apache2/mod_apreq2.so
<VirtualHost *:443>
ServerName rt.newrt.dnc.org:443
DocumentRoot /opt/rt3/share/html
LogLevel debug
ErrorLog /var/log/apache2/rt_error_log
TransferLog /var/log/apache2/rt_access_log
PerlSetVar MasonArgsMethod CGI
RewriteEngine On
RewriteRule ^(.*)/$ $1/index.html
PerlModule Apache::DBI
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl.crt/newcert.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/newkey.pem
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /var/log/apache2/rt_ssl_error_log ssl_combined
</VirtualHost>
</IfDefine>
Error Msg at boot:
[Wed Apr 19 13:56:32 2006] [error] Can't locate Apache/DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i586-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.3/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl . /srv/www) at (eval 2) line 3.\n
[Wed Apr 19 13:56:32 2006] [error] Can't load Perl module Apache::DBI for server rt.newrt.dnc.org:443, exiting...
---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/rt-devel/attachments/20060419/14ba9563/attachment.htm
More information about the Rt-devel
mailing list