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

后端 未结 12 1898
南旧
南旧 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:11

    It look like other process is using port 80.

    $ netstat -anp | grep
    

    eg. $ netstat -anp | grep 80

    by above you get process name, if you want to use port then you need to stop the process or change the port

提交回复
热议问题