From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 03:02:21 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 A7E2A16A494 for ; Thu, 12 Jul 2007 03:02:21 +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 330A613C480 for ; Thu, 12 Jul 2007 03:02:21 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL1001VBPRVV0E0@VL-MO-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 23:02:20 -0400 (EDT) Date: Wed, 11 Jul 2007 23:02:20 -0400 From: pj In-reply-to: <8d23ec860707111528n2e0a70en3626424ff952e6e5@mail.gmail.com> To: Schiz0 Message-id: <469599BC.2030505@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> <46954153.5040305@ibctech.ca> <8d23ec860707111528n2e0a70en3626424ff952e6e5@mail.gmail.com> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Steve Bertrand , 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 03:02:21 -0000 Schiz0 wrote: > On 7/11/07, Steve Bertrand wrote: >> > 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. >> >> I'm near certain that it does, but then again I may be wrong. From >> Makefile: >> >> .if !defined(WITHOUT_SSL_MODULES) >> USE_OPENSSL= yes >> .endif >> >> ...and this shows up in Makefile.doc as a configure argument: >> >> ## WITHOUT_SSL: Disable SSL support >> >> Steve >> > > It has the ability to use SSL, but the SSL module isn't enabled by default It appears to have been enabled by default on my machine and I can't get rid of it no matter what I try. Should I post my httpd.conf file? > _______________________________________________ > 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" >