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
I had a similar problem and I solved this code.
pidof /usr/sbin/apache2
service apache2 restart It's work.
service apache2 restart