These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Can't (re)start Apache on the new forum.
I don't really know what happened or what was done differently, but now when I go to restart Apache2 using VirtualMin GPL I keep on getting this error.
[code:1] Starting web server (apache2)...(98)Address already in use: make_sock: could not bind to address [::]:80 (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! [/code:1]
Also get the same error if I try to start apache from shell using /etc/init.d/apache2 start
VirtualMin GPL on Debian Etch installed vis the installer script.
Any help would be appreciated. Thanks.
Post edited by: redforte, at: 2008/10/09 09:40<br><br>Post edited by: redforte, at: 2008/10/09 10:08
What happens if you log into the shell, and type this:
/etc/init.d/apache2 stop
( wait 10 seconds or so here )
/etc/init.d/apache2 start
Does that work okay for you at that point?
-Eric