From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 19:04:47 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 0266916A468 for ; Wed, 11 Jul 2007 19:04:47 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id B540C13C480 for ; Wed, 11 Jul 2007 19:04:46 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1302905nzf for ; Wed, 11 Jul 2007 12:04:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f1Mnx6R1tVnWHsuw/E+nYs83zoKJ/DtCFLOlwnXQxMMZPmNsVSgLWUI8tf6fytBBnM2VqbmSSVuWJdqSH+s8XMX8EFTScySKQEEJvRSc5STf/M8/Iyx6NdqAHJVGYdg3+rQfbh6kYk/sAhFWUYSoS8fn5QMTI5AskE/EUyA1Q4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n6lGkypiKEGCQIBgXQ07SULr86macBXblDZdkeTVlTjtL3Ggwen1ZnxnaDUL9sy09grgViF2Zo88ZVVjUsVmLIDmN0qdLCpq9zNrWiMFfa42LmVgv5R3rZN3PN2xc6I3fur3hyd9JA1DYFOMkzFDwrTAxKN3zdxXhZShVIY2ciE= Received: by 10.114.137.2 with SMTP id k2mr5366985wad.1184179166679; Wed, 11 Jul 2007 11:39:26 -0700 (PDT) Received: by 10.114.170.17 with HTTP; Wed, 11 Jul 2007 11:39:26 -0700 (PDT) Message-ID: <84b68b3d0707111139j2907f140mc410946febabff8d@mail.gmail.com> Date: Thu, 12 Jul 2007 00:09:26 +0530 From: "Amitabh Kant" To: pj In-Reply-To: <469511DF.70409@videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <469511DF.70409@videotron.ca> Cc: freebsd-questions@freebsd.org Subject: Re: without SSL 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 Jul 2007 19:04:47 -0000 On 7/11/07, pj wrote: > On top of this, when I try to stop apache with apachectl stop, apache > stops. But apachectl start gives : "[warn] (2) No such file or > directory: Failed to enable the 'httpready' Accept Filter" > > > Phil Either load the kernel module using "kldload accf_http" or insert the following line in /boot.loader.conf : accf_http_load="YES" Regards Amitabh