Index: [Article Count Order] [Thread]

Date:  Sat, 6 Jan 2007 16:08:45 -0500
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:08501] Re: Yum Update and now httpd won't strt
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <007e01c731d6$dac2a460$1e64a8c0 (at mark) nuonce.net>
References:  <511601c731c9$bb433580$0301a8c0@Jerrycp>
X-Mail-Count: 08501

> [root# /etc/rc.d/init.d/httpd start
> Starting httpd: (98)Address already in use: make_sock: could not 
> bind to
> address 0.0.0.0:443 no listening sockets available, shutting down 
> Unable
> to open logs

SSL gets enabled from Apache update.  It gets discussed every couple 
of months.

Look at

/etc/httpd/conf.d/ssl.conf

Comment out;
Listen 443

Like So;

#Listen 443

Restart Apache

service httpd restart

Thanks,
Brian