Knowledgebase
Restart Apache Under BSD Print this Article
To restart the Apache version 2.2 under FreeBSD, run the following as root user:
To stop Apache, run:
To start Apache, run:
# /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