From owner-freebsd-questions@FreeBSD.ORG Wed Dec 16 03:48:00 2009 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 8E6CC106566C for ; Wed, 16 Dec 2009 03:48:00 +0000 (UTC) (envelope-from ianf@ozemail.com.au) Received: from outbound.icp-qv1-irony-out6.iinet.net.au (outbound.icp-qv1-irony-out6.iinet.net.au [203.59.1.109]) by mx1.freebsd.org (Postfix) with ESMTP id A41358FC0A for ; Wed, 16 Dec 2009 03:47:59 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMBAHPgJ0t8qAR2/2dsb2JhbAAImG2+B4I4gXMEgWI X-IronPort-AV: E=Sophos;i="4.47,403,1257091200"; d="scan'208";a="43422658" Received: from unknown (HELO [127.0.0.1]) ([124.168.4.118]) by outbound.icp-qv1-irony-out6.iinet.net.au with ESMTP; 16 Dec 2009 11:20:07 +0800 Message-ID: <4B2851DF.1090107@ozemail.com.au> Date: Wed, 16 Dec 2009 14:19:59 +1100 From: Ian Fitzgerald User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 091215-0, 15/12/2009), Outbound message X-Antivirus-Status: Clean Subject: Re-compiling PHP changes server responsiveness 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, 16 Dec 2009 03:48:00 -0000 Recently upgraded (fresh install) FBSD 8, including MySql, Apache22, phpMyAdmin, KDE4 Gnome2.26 from DVD iso. Running ok as test server, but unusual error from added, complex CMS prompted me to re-install PHP5 and PHP5-extensions as pkg_add -r (using ports files from iso), then with no success, compiling them (using ports files from iso), with slightly different make config. Now server does not respond, either to 'localhost' request on its browser, or specific address request from another machine on local network. I assume re-compiling PHP would not clobber hosts or resolv.conf (they look ok). I get: "[warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter, and no new errors in /var/log/httpd-error.log" four times Tried adding accf_http="YES" to /boot/loader.conf, and re-booting of course. Tried refreshing ports (inital re-compile attempt failed with make complaining that postgres-client had been marked invalid - when will someone fixit?), and re-compiling apache22 => no change. ps -auxc: no httpd. FF3 under Gnome on the machine fetches external pages, of course (using router DNS). What else should I look at? -- ianf