On Feb 18, 4:10 pm, Paul Cartwright <a...@pcartwright.com> wrote:

> # /etc/init.d/apache2 restart
> Restarting 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 [::]: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!
>

When I see socket already in use it usually means that apache is
already running.

check with "ps -A | grep apache"

and then

"killal apache2" and try again

Stuart


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to