• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FreeBSD Question

pac1085

Diamond Member
Im prety new to this BSD/Linux stuff. Just installed FreeBSD on a computer, and installed Apache 1.3.20 without a problem. I'm just wondering how I can make it start up with the computer. Right now I have to log in and type /usr/local/apache/bin/apachectl start. Any help appreciated. Even better would be a site that explains in detail how to manage what starts up on boot. Thanks!
 
Just stick that line, /usr/local/apache/bin/apachectl start in your /etc/rc.conf file. Anything you put in there will be started when you start up the computer as long as it doesn't need user interaction to start.
 
Back
Top