Login to your server as root via SSH and run below command:
To start Apache
service httpd start
To stop Apache
service httpd stop
To restart Apache
service httpd restart
Login to your server as root via SSH and run below command:
service httpd start
service httpd stop
service httpd restart