Date: Mon, 27 Nov 2000 02:55:52 -0500 From: "Troy Settle" <troy@psknet.com> To: "Jim Weeks" <jim@siteplus.net>, <freebsd-isp@freebsd.org> Subject: RE: LoadModule not adding to list. Message-ID: <GIEHKBHPBGKJPNMBCOHFMEAICAAA.troy@psknet.com> In-Reply-To: <Pine.BSF.4.21.0011241627340.3786-100000@veager.siteplus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <IfDefine SSL> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?GIEHKBHPBGKJPNMBCOHFMEAICAAA.troy>