From owner-freebsd-questions@FreeBSD.ORG Thu Jun 28 01:42:12 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 D50C716A400 for ; Thu, 28 Jun 2007 01:42:12 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 9801C13C4B8 for ; Thu, 28 Jun 2007 01:42:12 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so775379pyb for ; Wed, 27 Jun 2007 18:42:11 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=GkewUkXozwITLGir65AyS68+Dn0lAu5n8JLX84ezM6xAarUiPMRZtC4ptMeEt+xRbvSSXSDHiauf/FeVk+EH6hufVcBUl0eoo/zm5RvRGBnaI/Ce+hMR0qjnECdImX2Y409Uy1d1YpFjsPqNtboJLNMnTwctjZbvlWY0rShmKd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TxwHdq/z0pVq1e7eGtdpQFzqYkTOXDILRNhbx2GhsbkYUCCeEr+gTZ9RacJO+COMhrrpBP83mLO8hTRoxFoTgHwdnpEWgNAUElPEaojlHYC8UsTdfgFW1UZaCVsRUksQ/hYuT7k9VGzBnmU5EjgG32wYYrhAc+oLRaeaLPBvhaY= Received: by 10.35.39.2 with SMTP id r2mr1977007pyj.1182994931708; Wed, 27 Jun 2007 18:42:11 -0700 (PDT) Received: by 10.35.17.4 with HTTP; Wed, 27 Jun 2007 18:42:11 -0700 (PDT) Message-ID: <340a29540706271842x1bbef4abm142568bca8b7f505@mail.gmail.com> Date: Wed, 27 Jun 2007 19:42:11 -0600 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Help getting apache 22 working 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: Thu, 28 Jun 2007 01:42:12 -0000 Hi, I've installed apache 22 on my churches web server and am having some difficulty getting it working. I've figured out that I need something call accept filters accept_filter(9) for this as the server was complaining about a missing file named "httpready" (or something like this). I found from the Apache site linked in the handbook that I need to have a kernel module named accf_http loaded, which I have done. This has actually eliminated that error. However, the server still isn't working as a "lynx localhost" is denied and sockstat doesn't show any listening sockets on port 80. What else needs to be done to get apache 22 working? Andy