From owner-freebsd-questions@FreeBSD.ORG Thu Sep 9 23:02:40 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 19CC616A4CE for ; Thu, 9 Sep 2004 23:02:40 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B51A443D41 for ; Thu, 9 Sep 2004 23:02:39 +0000 (GMT) (envelope-from nospam@illusionart.com) Received: from illusionart.com (dsl081-061-217.dsl-isp.net [64.81.61.217] (may be forged)) (authenticated bits=0) by alpargata.net (8.12.10/8.12.10) with ESMTP id i89N4mw3087702 for ; Thu, 9 Sep 2004 18:04:49 -0500 (CDT) (envelope-from nospam@illusionart.com) Date: Thu, 9 Sep 2004 16:02:30 -0700 Mime-Version: 1.0 (Apple Message framework v553) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Vonleigh Simmons To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <535FEA17-02B4-11D9-A03B-000A2791B6EC@illusionart.com> X-Mailer: Apple Mail (2.553) X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on alpargata.net X-Virus-Status: Clean Subject: Apache+mod_ssl + mod_php segfault 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: Thu, 09 Sep 2004 23:02:40 -0000 I sent this already but didn't get any replies. I'm a little desperate because I need to get this working, so if you can suggest anything at all, I'd really appreciate it. I'm running FreeBSD 5.2-RELEASE, apache is apache13-modssl, php is the mod_php version. All latest versions (cvsup this morning). The problem is that apache segfaults on startup when loadmodule/addmodule php are in the config file. Originally I fixed the problem by compiling apache without expat. However, after a portupgrade it stopped working again. Right now it's working with a major kludge: start up apache with loadmodule/addmodule commented out, comment them back in and do an apachectl restart. Somehow this lets apache work without segfaulting. However, if I do an apachectl graceful/restart, then it segfaults again and won't start up. I've tried recompiling apache, recompiling php, getting rid of php extensions, etc, all to no avail. There is nothing in the logs, it simply fails to start up. Any help or ideas are greatly appreciated. Vonleigh Simmons