Apache

De Octet.ca

Note pour utilisation d'Apache sous CentOS.

Pour repartir apache:

systemctl restart httpd.service

Pour arrêter:

systemctl stop httpd

Pour savoir si le fichier de config est correct:

 /usr/sbin/httpd -t

Mode debug:

/usr/sbin/httpd -e debug -X