Return-Path: Mailing-List: contact modperl-help@apache.org; run by ezmlm Delivered-To: mailing list modperl@apache.org Received: (qmail 89254 invoked from network); 4 Jul 2000 09:01:42 -0000 Received: from unknown (HELO hodgkinson.org) (212.2.20.105) by locus.apache.org with SMTP; 4 Jul 2000 09:01:42 -0000 Received: (from daveh@localhost) by hodgkinson.org (8.9.3/8.9.3) id KAA03823; Tue, 4 Jul 2000 10:01:46 +0100 Sender: daveh@pikachu.hodgkinson.org To: Kristopher Lalletti Cc: "'modperl@apache.org'" Subject: Re: apache::DBI References: From: David Hodgkinson Date: 04 Jul 2000 10:01:46 +0100 In-Reply-To: Kristopher Lalletti's message of "Mon, 3 Jul 2000 18:06:34 -0400" Message-ID: Lines: 37 X-Mailer: Gnus v5.7/Emacs 20.5 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Kristopher Lalletti writes: > Okay, so if it seems that Redhat 6.1/6.2 Apache & mod_perl is broken.. > Anyone have a good guide/website to get apache & mod_perl compiled > properly? http://perl.apache.org/guide/install.html#Installing_mod_perl_in_10_Minute > I've been reading the fine manuals and compiled httpd with mod_perl (by > using the Makefile.PL from the mod_perl src tree.) I have to say that RH6.2 and mod_perl "works for me" out of the box, at least in development. I'll let you know what it's like in production in a few weeks... ;-) You have all this carp in your httpd.conf? What does "apachectl configtest" tell you? LoadModule perl_module modules/libperl.so AddModule mod_perl.c PerlRequire startup.pl Alias /perl/ /home/httpd/perl/ SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Apache, mod_perl, MySQL, Sybase hired gun for, well, hire -----------------------------------------------------------------