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

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

    I fixed it by using below procedure. Run below command as root user.

    root# ps aux |grep apache
    

    It will show you Apache PID, just kill that PIDs and restart Apache Server.

提交回复
热议问题