ssl apache

3 posts / 0 new
Last post
#1 Sun, 11/02/2008 - 04:26
Maurizio1230

ssl apache

Starting web server (apache2)...(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs failed!

I've just enabled ssl on a virtual host but when I re/start apache i get this error. What's the problem? This virtual host has a private ip.

Thanks<br><br>Post edited by: Maurizio1230, at: 2008/11/02 08:21

Sun, 11/02/2008 - 08:46
andreychek

It sounds like there might be a copy of Apache running that shouldn't be.

If you log in from the command line, you could type:

/etc/init.d/httpd stop (or &quot;/etc/init.d/apache2 stop&quot; on Ubuntu/Debian)

Then run this to see if there are any other copies of Apache running:

ps auxw | grep httpd (or &quot;ps auxw | grep apache2&quot; on Ubuntu/Debian)

And if you see any, kill those processes, then try starting Apache back up.
-Eric

Sun, 11/02/2008 - 14:04 (Reply to #2)
ronald
ronald's picture

Also make sure that ssl is running on port 443. This may be obvious but I had it once per accident on port 80 also and ran into issues

Topic locked