logs - apache2 is not starting - Ask Ubuntu


starting web server apache2 (99)cannot assign requested address: ah00072: make_sock: not bind address 10.0.1.43:8069 no listening sockets available, shutting down ah00015: unable open logs action 'start' failed. apache error log may have more information.  apache2 instance did not start within 20 seconds. please read log files discover problems 

like error message says, "(99)cannot assign requested address: ah00072: make_sock: not bind address 10.0.1.43:8069 no listening sockets available, shutting down". other process has allocated socket trying make apache use (probably earlier attempt start apache).

find out process has tcp port 8069 open with:

sudo lsof -i :8069   

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User