Imagem de fundo

São exemplos de comandos para reiniciar o Apache nas versões linux RedHat e Ubuntu, res...

São exemplos de comandos para reiniciar o Apache nas versões linux RedHat e Ubuntu, respectivamente:


A

service apache restart ou /etc/init.d/http restart.


B

service httpd restart ou /etc/init.d/apache2 restart.


C

/etc/init.d/apache2 reload ou /etc/init.d/apache2 restart.


D

/etc/init.d/httpd reload ou /etc/init.d/apache2 restart.


E

service apache reload ou /etc/init.d/http reload.