Installation

Starting Apache Automatically

Re: Starting Apache Automatically

by Eric Stroyan -
Number of replies: 0
For FreeBSD edit /etc/rc.conf to include the line
apache_enable="YES"
to automatically start apache at startup.
To start mysql at startup add (also to /etc/rc.conf)
mysql_enable="YES"