I am trying to restart Apache on my server but it does not seem to kill all the processes that Apache is currently running.
The command I am using is
sudo /etc/init.d/apache2 restart
Is there something else I should be doing that will kill all the child processes too?
Thanks
Josh Pennington