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
Post a Comment