“Ubuntu 20 Stop Apache” Ответ

Остановить сервер Apache

# On Ubuntu
## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service
Awful Antelope

перезапустить Apache

sudo systemctl restart apache2
# or
sudo service apache2 restart
Felipebros

Ubuntu 20 Stop Apache

## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service
Nervous Nightingale

Ответы похожие на “Ubuntu 20 Stop Apache”

Вопросы похожие на “Ubuntu 20 Stop Apache”

Больше похожих ответов на “Ubuntu 20 Stop Apache” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования