On Wed February 18 2009, ss11223 wrote:
> 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

# ps -A | grep apache
# /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!

# killall apache2
apache2: no process killed

# /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!
#



-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
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