From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 21:55:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B2E16A424 for ; Wed, 14 Sep 2005 21:55:45 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA05743D46 for ; Wed, 14 Sep 2005 21:55:44 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so39805nzk for ; Wed, 14 Sep 2005 14:55:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=MQwuVrXKaBBy4s15/n8UcAOOi1c29Ooo9vXRo1ZGfR3s/q/A9hb5UgPMYVraUzyx+LwN/aJ2nJiphjn5rDQ0PGCetbFXgsExqQ8qkIJrjU5zTp0Imggpm3Dxd3Ht4OIH7z/Njk2syGY0SBNgs9AeJxx3pjxZ7123pB1vCCqHUMs= Received: by 10.54.141.9 with SMTP id o9mr1189416wrd; Wed, 14 Sep 2005 08:43:29 -0700 (PDT) Received: by 10.54.73.15 with HTTP; Wed, 14 Sep 2005 08:43:29 -0700 (PDT) Message-ID: <5627053705091408435e2f54a6@mail.gmail.com> Date: Wed, 14 Sep 2005 10:43:29 -0500 From: Corey Brune To: Paul Schmehl In-Reply-To: <1D79B6D67006C76A78286C50@Paul-Schmehls-Computer.local> Mime-Version: 1.0 References: <1D79B6D67006C76A78286C50@Paul-Schmehls-Computer.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: apache2 with ssl starting problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mcbrune@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Sep 2005 21:55:46 -0000 Sounds like apache is not listening on port 443. Have you checked httpd.conffor the following: Listen 443 Include conf/ssl.conf SSLRandomSeed startup /path/to/your/site.key SSLRandomSeed connect /path/to/your/site.key On 9/13/05, Paul Schmehl wrote: >=20 > I recently installed apache2 on a server that I maintain. (Previously I > had run apache13-modssl.) The server runs fine so long as I don't try to > run ssl. When I do that, I get some odd errors: >=20 > bash-2.05b# apachectl stop > bash-2.05b# apachectl startssl > (48)Address already in use: make_sock: could not bind to address [::]:80 > no listening sockets available, shutting down > Unable to open logs > bash-2.05b# apachectl start >=20 > These errors occur whether I use apachectl or the rc.d startup script. > When I put apache2ssl_enable=3D"YES" in rc.conf, and run the startup scri= pt, > I get this same error. If I comment out apache2_enable=3D"YES", then the > server doesn't start at all, so obviously the enable switch has to be YES= , > but added the apache2ssl_enable switch just generates errors. >=20 > What am I missing? >=20 > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu/ > _______________________________________________ > 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" >