From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 20:23:11 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 51F5216A421 for ; Wed, 11 Jul 2007 20:23:11 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 116F013C4D1 for ; Wed, 11 Jul 2007 20:23:10 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1322213nzf for ; Wed, 11 Jul 2007 13:23:10 -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=Uuna/TiEbJF5rrO5kyokVknLP+ovPADoUDnNeC1C5rtE4P9s+Po91Fg+zNLvO+ed66AxYWbTU9sjoppZG6ZupuLAX9PDN/eVgrNKTLnvfS/tddWX+DdlfE/DTpDZEuokNY0UjiUsoJyDQv9L1iGcdjUYo0gmBhWSFmX3FZkt/u0= 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=FWwNrqiJTM6CwaL871y9axga/4Wp0uoJ6c0WtqIgRLtx4C8aBPywWUeRJtqtARQZtokqAA9BQxfsIIavhqxgGKuFQkvzTWGttKx0WND0IoGSRU5H7w6uOCOKUK6D7dkgR5CvwZBlTfvKx1Y2uHvGCx/khqTOZqIOcP3jjvLwpmE= Received: by 10.114.25.3 with SMTP id 3mr5473059way.1184185390108; Wed, 11 Jul 2007 13:23:10 -0700 (PDT) Received: by 10.114.46.16 with HTTP; Wed, 11 Jul 2007 13:23:10 -0700 (PDT) Message-ID: <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com> Date: Wed, 11 Jul 2007 16:23:10 -0400 From: Schiz0 To: pj In-Reply-To: <46952078.10809@videotron.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> 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 20:23:11 -0000 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.