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
Kill them.
kill -9 $(ps -e | grep apache2 | awk '{print $1}')