Starting apache fails (could not bind to address 0.0.0.0:80)

后端 未结 12 1886
南旧
南旧 2020-12-12 11:11

Update: Already fixed, it seems that one of VirtualHosts configurations files was wrong in sites-enabled.

I have Ubuntu 11.10

When I run the command to start

12条回答
  •  再見小時候
    2020-12-12 12:14

    I had the same error, and just want to confirm that running

        sudo netstat -ltnp | grep ':80'
    

    helped me indicate that Hiawatha webserver was in the way of Apache2.

    Removing Hiawatha fixed the issue (sudo dpkg --purge hiawatha). Ubuntu 12.04.2 server.

提交回复
热议问题