“Ubuntu 20 Stop Apache” Réponses codées

Arrêtez le serveur Apache

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

Redémarrez 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

Réponses similaires à “Ubuntu 20 Stop Apache”

Questions similaires à “Ubuntu 20 Stop Apache”

Plus de réponses similaires à “Ubuntu 20 Stop Apache” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code