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

3 résultat(s) pour "httpd"

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

Affiche les logs d'accès en temps réel sur CentOS/RHEL.

bash
sudo tail -f /var/log/httpd/access_log