Just in case you ever need to start/restart/check Apache on your VPS or Dedicated server, here is the command you will use via SSH:
Checking Apache Status
/etc/init.d/httpd status
Restarting Apache Service
/etc/init.d/httpd restart
Stopping Apache Service
/etc/init.d/httpd stop
Starting Apache Service
/etc/init.d/httpd start