Linux Open Source Wordpress How do I restart Apache? January 06, 2016 6125 Views On RedHat-like operating systems, you may restart the service using the following command line: ~# /etc/init.d/httpd stop ~# /etc/init.d/httpd start …