Base de connaissances

Restart Apache Under BSD  Imprimer cet article

To restart the Apache version 2.2 under FreeBSD, run the following as root user:

# /usr/local/etc/rc.d/apache22 restart


To stop Apache, run:
# /usr/local/etc/rc.d/apache22 stop


To start Apache, run:
# /usr/local/etc/rc.d/apache22 start

Cette réponse était-elle pertinente?