Forum Moderators: bakedjake
Got Apache installed..
I can start it with /usr/local/apache/bin/apachectl start..
But how on earth do I get this (Apache to start) to happen at startup? Been looking at this rc stuff and still don't have Apache start automatically on boot :(
Thank you
Insert the line
/usr/local/apache/bin/apachectl start
Correct answer:
Delete that apache you just installed, and install from ports. If you're not familiar with the FreeBSD ports system, look up the FreeBSD handbook in Google. The ports package will automagically install the startup script for you, and gives you the added advantage of following standard. Plus, you'll be happier if you ever want to upgrade.
One of the three coolest things about the FreeBSD system is the ports collection, IMHO. It is your best friend. Learn it!