Preguntes Freqüents - FAQ

Restart Apache Under BSD  Imprimeix aquest 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

Ha estat útil la resposta?