From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:35:35 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 EF93F16A468 for ; Thu, 12 Jul 2007 02:35:35 +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 C8DBE13C4B0 for ; Thu, 12 Jul 2007 02:35:35 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL1009YIOJA7KC0@VL-MO-MR004.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 22:35:35 -0400 (EDT) Date: Wed, 11 Jul 2007 22:35:35 -0400 From: pj In-reply-to: <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> To: Schiz0 Message-id: <46959377.3080304@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; 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> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> 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:35:36 -0000 Schiz0 wrote: > On 7/11/07, pj wrote: >> I can't find any clue as to how to start apache22 without SSL. >> >> What is httpd -DNOHTTPACCEPT ? >> >> Thanks for any help... >> Phil >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > file and make sure the LoadModule for "ssl_module" line is commented > out. > The latest 2.2.4 does by default. The first thing I had done was to comment out the ssl_module. But that did not change anything.