408 commandes partagées

Ta mémoire technique
collaborative

Ne perds plus jamais une commande. Recherche, copie et partage tes solutions techniques en quelques secondes.

CodeBox
408 Commandes
13 Développeurs
99 Technologies

4 résultat(s) pour "start"

Démarre le service Apache2 sur Debian/Ubuntu.

bash
sudo systemctl start apache2

Redémarre Apache2 (ferme et rouvre les connexions).

bash
sudo systemctl restart apache2

Démarre le service Apache (httpd) sur CentOS/RHEL.

bash
sudo systemctl start httpd

Redémarre Apache (httpd) sur CentOS/RHEL.

bash
sudo systemctl restart httpd