/etc/init.d/apache2 stop
sudo /etc/init.d/apache2 stop
sudo service apache2 stop
systemctl stop apache2.service
Os comandos acima estão usando stop ou seja estão parando o apache. Para reiniciar o apache use restart no lugar. Para iniciar use o start no lugar.