On Feb 18, 4:10 pm, Paul Cartwright <[email protected]> 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

