From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 11:05:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A3CA16A400 for ; Sat, 20 Jan 2007 11:05:28 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id BFA5D13C44B for ; Sat, 20 Jan 2007 11:05:27 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H8E2D-0004yN-T0 for freebsd-questions@freebsd.org; Sat, 20 Jan 2007 12:05:21 +0100 Received: from 89-172-48-1.adsl.net.t-com.hr ([89.172.48.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jan 2007 12:05:21 +0100 Received: from ivoras by 89-172-48-1.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jan 2007 12:05:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Sat, 20 Jan 2007 12:04:53 +0100 Lines: 43 Message-ID: References: <92462216-9556-4AED-B10F-B751ED67A1DB@netmusician.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8DABA5A9F3833BCD15B1339C" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 89-172-48-1.adsl.net.t-com.hr User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: <92462216-9556-4AED-B10F-B751ED67A1DB@netmusician.org> X-Enigmail-Version: 0.94.1.2 Sender: news Subject: Re: apache exiting on signal 6 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: Sat, 20 Jan 2007 11:05:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8DABA5A9F3833BCD15B1339C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Joe Auty wrote: > I've also seen some info which suggests that this might be an Apache bu= g > of some sort, but I've seen this in both Apache 1.3 and 2.0. Right now,= > I'm running 2.0.59 with eAccelerator. >=20 > I guess the next step might be to try disabling eAccelerator... I'll le= t > you know if this helps. In the meantime, if you have any other > suggestions they would be welcome! You're using PHP as an Apache module, right? The closest thing I've come to is that there's a long-standing bug in PHP or in its interaction with FreeBSD. Yes, disabling eAccelerator might help, but what will probably help you most is to convert your setup to fastcgi (with mod_fcgid) - beware that this might subtly break some PHP applications (it's say about 5% of them rely on mod_php features). Also, you might want to try changing the order in which PHP extensions are loaded (google for many threads on this subject). --------------enig8DABA5A9F3833BCD15B1339C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFsfdbldnAQVacBcgRAls/AJ94JTopf0QaVDDFoENfrhDlZh3f0gCg9hL1 Mzf/h59HmCqLba5Q7fkLwEM= =pVUf -----END PGP SIGNATURE----- --------------enig8DABA5A9F3833BCD15B1339C--