There are processes named 'apache2' running

后端 未结 4 1144
野性不改
野性不改 2021-02-15 15:20

help me resolve this error in apache

/etc/init.d/apache2 restart

error:

There are processes named \'apache2\' running which do not match your pid file wh

4条回答
  •  [愿得一人]
    2021-02-15 16:01

    I had a similar problem and I solved this code.

    pidof /usr/sbin/apache2
    

    service apache2 restart It's work.

提交回复
热议问题