in reply to Re: mod_perl and Apache::DBI - Installation help
in thread mod_perl and Apache::DBI - Installation help
I've read all the sources that you listed and made the following change to my httpd.conf:
LoadModule perl_module modules/mod_perl.so Alias /cgi-bin/ g:/websites/cgi-bin/ <Location /cgi-bin> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI </Location> <Files ~ "\.pl$"> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI </Files> PerlModule Apache::DBI
Now I'm getting Internal Server Errors on my Apache::DBI scripts. If I remove the Apache::DBI and leave in my DBI clause, DBI functions work.
Nothing is being generated error log wise so I am a bit stumped on where to go from here.
Any more help would be apprechiated.
Settings: SERVER_SOFTWARE: Apache/1.3.24 (Win32) PHP/4.3.1 mod_perl/1.27_01-dev
TIA
======================
Sean Shrum
http://www.shrum.net
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: mod_perl and Apache::DBI - Installation help
by perrin (Chancellor) on May 19, 2003 at 00:14 UTC | |
by S_Shrum (Pilgrim) on May 19, 2003 at 06:31 UTC | |
by perrin (Chancellor) on May 19, 2003 at 16:43 UTC |