[lug] ARRG! Change One Little Thing And...

Hugh Brown hugh at math.byu.edu
Tue Aug 16 08:55:05 MDT 2005


It means that Apache didn't really stop.  Some process is still using port
443/https.

run netstat -vantp|grep 443 and you'll find your process.  Kill that
process and then apache should start.

Hugh

On Tue, 16 Aug 2005, Bill Thoen wrote:

> My web server (apache on RH 9) has been ticking along perfectly for months
> with no restarts, but then someone told me one of my web pages wasn't
> producing the right mime type for an SVG file. So I added
>
> AddType image/svg+xml .svg
>
> to /etc/httpd/conf/httpd.conf, and tried to resart the httpd service.
> Well, it stopped allright, but it won't start now, and I get this message:
>
> 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
>
> Does anyone know what this means (besides the fact that my web site is now
> flatlined?)
>
> TIA,
>
> - Bill Thoen
>
>
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
>
>



More information about the LUG mailing list