Having problems with simple threaded perl CGI in mod_perl 1.29 (Apache 1.3.33)

2005-05-05 Thread Bill Hess
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

2020-06-03 Thread Bill Hess
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