Having problems with simple threaded perl CGI in mod_perl 1.29 (Apache 1.3.33)
Running on RH 9 Linux - Perl 5.8.6, Apache 1.3.33, and mod_perl 1.29 all built by myself from source (not using RPM's) Any Ideas? Thanks... -- Bill Hess
Re: Weird issue with DBI mysql driver under mod_perl
This MIGHT be the problem... If you have some lines like this in your Apache httpd.conf PerlModule mod_perl2 PerlRequire/path/to/my/conf/files/apache.pl And the file /path/to/my/conf/files/apache.pl should look something like #!/usr/bin/perl use ModPerl::Util (); use Apache2::Reque