From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:26:17 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 5ED3E16A468 for ; Thu, 12 Jul 2007 02:26:17 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 37E3D13C4AD for ; Thu, 12 Jul 2007 02:26:17 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MH-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL100CAWO3R5RA0@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 22:26:16 -0400 (EDT) Date: Wed, 11 Jul 2007 22:26:16 -0400 From: pj In-reply-to: To: Chuck Swiger Message-id: <46959148.3020603@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <46952078.10809@videotron.ca> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: how to start apache22 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: Thu, 12 Jul 2007 02:26:17 -0000 I had already done what you suggest. I don't recall where I found the -DNOHTTPACCEPT directive. I don't understand why I would use it. Never ran into this before. Anyway, apache is working but still with this ssl problem. Chuck Swiger wrote: > On Jul 11, 2007, at 11:24 AM, pj wrote: >> I can't find any clue as to how to start apache22 without SSL. >> >> What is httpd -DNOHTTPACCEPT ? >> >> Thanks for any help... > > Use "apachectl configtest" first to make sure the config is valid, then > "apachectl start". To make this permanent, add something like: > > apache2_enable="YES" > > ...to /etc/rc.conf. > > The -DNOHTTPACCEPT controls or disables the AcceptFilter directive; see: > > http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter > http://www.freebsd.org/cgi/man.cgi?query=accept_filter&sektion=9 > > ---Chuck > >