From owner-freebsd-isp Fri Nov 24 13:48:24 2000 Delivered-To: freebsd-isp@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id E87DC37B4CF for ; Fri, 24 Nov 2000 13:48:22 -0800 (PST) Received: from veager.siteplus.net (1Cust125.tnt10.chattanooga.tn.da.uu.net [63.22.145.125]) by hawk.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id NAA22527 for ; Fri, 24 Nov 2000 13:48:21 -0800 (PST) Date: Fri, 24 Nov 2000 16:48:07 -0500 (EST) From: Jim Weeks To: freebsd-isp@freebsd.org Subject: LoadModule not adding to list. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have apache 1.3.9 with php3 compiled in running on a 3.4-stable machine. I am trying to upgrade to php4 with /usr/ports/wwwmod_php4. I have added the line LoadModule php4_module libexec/apache/libphp4.so to httpd.conf. I also have a ClearModuleList directive directly followed by an appropriate AddModule list. This is the error I get when HUPing the server. [Fri Nov 24 16:18:16 2000] [notice] SIGHUP received. Attempting to restart [Fri Nov 24 16:18:16 2000] [error] Cannot remove module mod_php4.c: not found in module list [Fri Nov 24 16:18:17 2000] [notice] Apache/1.3.9 (Unix) PHP/3.0.12 FrontPage/4.0.4.3 mod_ssl/2.4.8 OpenSSL/0.9.4 configured -- resuming normal operations I am confused as to how the ClearModuleList is even aware of the mod if it is not loading. What am I missing here? I wanted to run it past a few gurus before rebuilding apache. Thanks, -- Jim Weeks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message