From owner-freebsd-isp Sun Nov 26 23:55:58 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.psknet.com (orion.psknet.com [63.171.251.4]) by hub.freebsd.org (Postfix) with SMTP id BB5C637B479 for ; Sun, 26 Nov 2000 23:55:54 -0800 (PST) Received: (qmail 48479 invoked from network); 27 Nov 2000 07:55:52 -0000 Received: from abyss.dashit.net (HELO ABYSS) (209.100.22.250) by orion.psknet.com with SMTP; 27 Nov 2000 07:55:52 -0000 From: "Troy Settle" To: "Jim Weeks" , Subject: RE: LoadModule not adding to list. Date: Mon, 27 Nov 2000 02:55:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-AntiVirus: scanned for viruses by Pulaski Networks (http://www.psknet.com) using AMaViS (http://www.amavis.org) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm speculating here, but I got caught by a shortcoming in apxs a while back. After building apache-modssl, the default config had an tag surrounding the directives to load and add the ssl module. Later, while building php and modperl, I noticed that apxs stuck those directives into the conditional created for SSL. Very odd. Anyways, cleaning this up fixed it, but a SIGHUP didn't get those modules loaded and working. I had to completely stop/restart Apache. G'luck, -- Troy Settle Pulaski Networks 540.994.4254 It's always a long day, 86400 doesn't fit into a short. ** -----Original Message----- ** From: owner-freebsd-isp@FreeBSD.ORG ** [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jim Weeks ** Sent: Friday, November 24, 2000 4:48 PM ** To: freebsd-isp@freebsd.org ** Subject: LoadModule not adding to list. ** ** ** 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 ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message