Amazon EC2 - Apache server restart issue

前端 未结 4 690
故里飘歌
故里飘歌 2021-02-04 09:41

When i run this command

sudo /etc/init.d/httpd restart

it gives below error

Stopping httpd: [FAILED]

4条回答
  •  太阳男子
    2021-02-04 10:22

    I tried this and it works:

    1. sudo fuser -k -n tcp 80
    2. sudo service httpd start

    Hope this will help you!

    Cheers

提交回复
热议问题