From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 18:20:15 2008 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 6DEE61065675 for ; Tue, 16 Dec 2008 18:20:15 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 26CEF8FC1F for ; Tue, 16 Dec 2008 18:20:14 +0000 (UTC) (envelope-from ghartl@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1901049ywe.13 for ; Tue, 16 Dec 2008 10:20:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-mailer:thread-index:content-language; bh=F/vtXKqUL8Z+O0duiY+eFKhutyYpZopNKuPCH/X/KGs=; b=GGIrUXbQSha4ozsMD+F5UA9sbMEefnEs0YGcVfSzh3qtiaWtzizwuwjE7b0ADAOmKC SixWI1j2XV9Ea4fq5tUaLDigjoYuITy6+kU52k0jk8ls9l7rQEM+ggCFFfYWwMvzA5Z2 WqwIcgI2uKQ08dcVTKAUFcrWQeN6yl1JDeOwo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; b=AX7zAJzakrSB3bMkzfSLLsIImD/CUfL5Hr/OWXoMKVga5TKryohcFCrpXD9rFLKg33 2ZUZ+Fnyh/oGD2aGCig64Pq3QsfrE0r2cc2i6vL0qC1MprGwRvMqBeBSEQGElSMzBd7o iQq6+CGswR/bquF2RJTn5E86MGr8UNJF2TsHg= Received: by 10.64.251.17 with SMTP id y17mr7621457qbh.9.1229451613678; Tue, 16 Dec 2008 10:20:13 -0800 (PST) Received: from mainpc (d226-16-220.home.cgocable.net [24.226.16.220]) by mx.google.com with ESMTPS id 9sm4225532qbw.1.2008.12.16.10.20.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Dec 2008 10:20:12 -0800 (PST) From: "Gary Hartl" To: "FreeBSD Questions" Date: Tue, 16 Dec 2008 13:19:54 -0500 Message-ID: <001101c95faa$e5d37790$b17a66b0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AclfquTPwyZ6sEN3TbmsyhwTSyI6Hw== Content-Language: en-ca Subject: loader.conf fbsd 7-release 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: Tue, 16 Dec 2008 18:20:15 -0000 Hi all; I need to add something to loader.conf which according to me should be in /boot Has something changed so that it wouldn't be there anymore. Or do i just create it and it will parse it out at boot. I need to add accf_http_load="YES" to correct a problem with apache22 giving me the prompt/error (2)No such file or directory: Failed to enable the 'httpready' Accept Filter Thanks Gary