Via SSH, try running top or ps -A | grep (someService)
Or try
/etc/init.d/httpd(or apache2) restart
Just use httpd or apache2 depending on which you've installed (some distros use httpd, some use apache2)
Or, you can just try restarting your VPS. Though, restarting apache/other services...