From owner-freebsd-questions@FreeBSD.ORG Tue Jan 13 13:26:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3923F16A4CE for ; Tue, 13 Jan 2004 13:26:56 -0800 (PST) Received: from mail.indatacorp.com (65.104.0.66.ptr.us.xo.net [65.104.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F14C43D6E for ; Tue, 13 Jan 2004 13:26:45 -0800 (PST) (envelope-from rgrafton@indatacorp.com) Received: (qmail 28999 invoked by uid 89); 13 Jan 2004 21:35:32 -0000 Received: from unknown (HELO ITDept) (rgrafton@indatacorp.com@192.168.100.119) by 0 with SMTP; 13 Jan 2004 21:35:32 -0000 From: "Randy Grafton" To: Date: Tue, 13 Jan 2004 14:33:38 -0700 Message-ID: <003701c3da1c$e845e4e0$7764a8c0@ITDept> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Apache2 and mod_perl2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 21:26:56 -0000 I have just installed FreeBSD 4.9 and am having problems with Apache2 = and mod_perl2. I used the ports, which was updated immediately after install, and did a 'make install clean' for both apache2 and mod_perl2, more specifically apache-2.0.48_2 and mod_perl2-1.99r12. I have not gotten fancy yet and have only included the following lines = in my httpd.conf for mod_perl2: LoadModule perl_module libexec/apache2/mod_perl.so PerlModule Apache2 The problem is that when I do '/usr/local/etc/rc.d/apache2.sh start' the machine just hangs, for a long time (4-8 minutes), before apache finally comes up. I checked the logs and there aren't any negative entries. I recently had to down system to move it, upon reboot it hung for 45 = minutes before I had to kill the 'apache.sh start/apachectl start/httpd -k = start' processes. When I say hung I don't mean the entire system, just the = startup processes of apache2. I have slightly older versions on a 4.8 box that was installed = identically to what was described here and all is fine. Any ideas? Thanks, -Randy