Date: Wed, 14 Sep 2005 10:43:29 -0500 From: Corey Brune <mcbrune@gmail.com> To: Paul Schmehl <pauls@utdallas.edu> Cc: freebsd-questions@freebsd.org Subject: Re: apache2 with ssl starting problem Message-ID: <5627053705091408435e2f54a6@mail.gmail.com> In-Reply-To: <1D79B6D67006C76A78286C50@Paul-Schmehls-Computer.local> References: <1D79B6D67006C76A78286C50@Paul-Schmehls-Computer.local>
next in thread | previous in thread | raw e-mail | index | archive | help
Sounds like apache is not listening on port 443. Have you checked httpd.conffor the following: Listen 443 <IfModule mod_ssl.c> Include conf/ssl.conf SSLRandomSeed startup /path/to/your/site.key SSLRandomSeed connect /path/to/your/site.key </IfModule> On 9/13/05, Paul Schmehl <pauls@utdallas.edu> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5627053705091408435e2f54a6>