From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 22:28:09 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 E3EFC16A41F for ; Wed, 11 Jul 2007 22:28:09 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id BC32F13C45B for ; Wed, 11 Jul 2007 22:28:09 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2505712waf for ; Wed, 11 Jul 2007 15:28:09 -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=WAvqT8tvSJUdPmOYthITkrNFX1H4uKRBF1V/hfzTjQfT8fSwjwi2Mexo/LSo+DRKc4Van2yfQw7oRvbUkjKs3KHefjJ+frSUpzf/3tQdwxmtLCStMxZ5F/J0WHhC/3LqHF24rXZ4aRTG+owgPmoSWKRkYjCQeh0hS0IIeet4jVs= 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=uprMS2bbrMVld1BzBy4Hq5DSbrZTsXRhw49OohQK/FdrwPiEzzPYBEjCtCo6hs/3Kflhveb48AgBBVAAymdR/v/lWTn/ZSLvAGemKFmFOHugdd1Oj/6fjH415WCd2pp02T0OyZh67fhPbJNmjo1S3k8LWAjtwFLj+Mt4XIXnAJU= Received: by 10.115.33.1 with SMTP id l1mr5554638waj.1184192889097; Wed, 11 Jul 2007 15:28:09 -0700 (PDT) Received: by 10.114.46.16 with HTTP; Wed, 11 Jul 2007 15:28:09 -0700 (PDT) Message-ID: <8d23ec860707111528n2e0a70en3626424ff952e6e5@mail.gmail.com> Date: Wed, 11 Jul 2007 18:28:09 -0400 From: Schiz0 To: "Steve Bertrand" In-Reply-To: <46954153.5040305@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> <46954153.5040305@ibctech.ca> 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: Wed, 11 Jul 2007 22:28:10 -0000 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