>  * Starting apache2 ...
> (98)Address already in use: make_sock: could not bind to address
> 64.166.164.49:80
> no listening sockets available, shutting down
> Unable to open
> logs                                                                   [ ok
> ]

Make sure an interface is listening on that address:

ip a |grep 64.166.164.49

Check for bound processes:

lsof -i @64.166.164.49

If that fails I'd strace the startup manually.

-- 

Kyle

Reply via email to