São exemplos de comandos para reiniciar o Apache nas versões linux RedHat e Ubuntu, respectivamente:
service apache restart ou /etc/init.d/http restart.
service httpd restart ou /etc/init.d/apache2 restart.
/etc/init.d/apache2 reload ou /etc/init.d/apache2 restart.
/etc/init.d/httpd reload ou /etc/init.d/apache2 restart.
service apache reload ou /etc/init.d/http reload.