[rt-users] RT3 Apache mod_perl config help
Jim Rice
jim at bydesignpublishing.com
Thu Sep 22 18:08:45 EDT 2005
Bought the book, read ch.2, googled, searched the archives, now I'll try
this list...
Installing RT3 and can't get past the "You're almost there!" page.
FC3, Apache 2.0.53, mod_perl 2.0.1, (built from source).
make testdeps
make fixdeps
After some effort, finally ran with "Everything was found."
It didn't complain about needing Apache::DBI
First time up it said:
[Thu Sep 22 11:31:46 2005] [error] Can't load Perl module Apache::DBI
for server rt.bydesignpublishing.com:0, exiting...
(fast forward to Appendix D).
CPAN'd it.
- - - - - - - - - -
Short story long is:
Now when starting apache, no errors, nothing in the log files.
Just the rt-broken-install redirect.
Here's some config info if you are still reading...
LoadModule perl_module modules/mod_perl.so
<VirtualHost 65.160.112.7:80>
ServerAdmin jim at bydesignpublishing.com
ServerName rt.bydesignpublishing.com
DocumentRoot /usr/local/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
ErrorLog /usr/local/rt3/var/log/error_log
CustomLog /usr/local/rt3/var/log/access_log common
</VirtualHost>
(and yes, this file does exist)
-rwxr-xr-x 1 root root 1192653 Sep 22 11:20 mod_perl.so
Feels like I am very close, but I just don't see it.
Any clues?
Thanks for your time.
--
Jim Rice
by Design Publishing
11626 N. Tracey Road
Hayden, Idaho 83835
More information about the rt-users
mailing list