From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 20:38:46 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8869A1065675 for ; Wed, 11 Jan 2012 20:38:46 +0000 (UTC) (envelope-from robert@webtent.org) Received: from mx1.webtent.net (mx1.webtent.net [208.38.145.4]) by mx1.freebsd.org (Postfix) with ESMTP id 238B98FC12 for ; Wed, 11 Jan 2012 20:38:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTP id DFD382E53C for ; Wed, 11 Jan 2012 15:13:43 -0500 (EST) Received: from mx1.webtent.net ([127.0.0.1]) by localhost (mx1.webtent.net [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 97924-01 for ; Wed, 11 Jan 2012 15:13:43 -0500 (EST) Received: from mail.webtent.org (mail.webtent.org [72.64.244.50]) by mx1.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTP id 743AE2E250 for ; Wed, 11 Jan 2012 15:00:39 -0500 (EST) Received: by mail.webtent.org (Postfix, from userid 27458) id 25CC6E167F; Wed, 11 Jan 2012 15:00:39 -0500 (EST) Received: from [192.168.1.67] (unknown [192.168.1.67]) (Authenticated sender: robert@mail.webtent.org) by mail.webtent.org (Postfix) with ESMTPSA id D9001E1090 for ; Wed, 11 Jan 2012 15:00:38 -0500 (EST) Message-ID: <4F0DEA64.5090807@webtent.org> Date: Wed, 11 Jan 2012 15:00:36 -0500 From: Robert Fitzpatrick Organization: WebTent Networking, Inc. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-WebTent-Disclaimer: robert@webtent.org X-Copyrighted-Material: Please visit http://www.webtent.org/privacy.html X-WebTent-ESMTP: Please visit http://www.webtent.com/email for more information X-Virus-Scanned: WebTent Mailguard 1.0.2a Subject: Apache segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 20:38:46 -0000 Upgraded php52 to php53 by pkg_delete of php5 and porinstall php52. Then I had to manually resort back to php52 by pkg_delete and then portinstall and now getting a seg fault when restarting apache22 on this FreeBSD 8.1 server. I narrowed it down to not the php module, but the two ldap modules I have in apache... mail# cat httpd.conf|grep ldap #LoadModule authnz_ldap_module libexec/apache22/mod_authnz_ldap.so #LoadModule ldap_module libexec/apache22/mod_ldap.so With these two lines commented out, apache restarts without the seg fault. Tried to force pkg_delete on apache and then portinstall to rebuild these modules, but same issue afterward. The php module loads without error, but getting download prompts when trying to access php pages. Not getting any help from messages or httpd-error logs and all was working before I messed it up. My question is what I should try next to try and fix this issue. Should I force pkg_delete and rebuild all php packages or ldap packages? Or some other approach? Thanks for any help, Robert -- Robert