Q: How to install Apache on FreeBSD?

Apache FreeBSD Web

Answer:

Installing Apache2 on FreeBSD can be done by running the command command below:

sudo pkg install apache24

To start apache on system startup automatically, you have to add the line apache24_enable="YES" to /etc/rc.conf

Now start apache:

sudo service apache24 start

    No comments found for this tutorial, be the first to leave a comment!

Answered by
Double

Last updated on
Aug 11, 2016

Share