View Single Post
  #3   (View Single Post)  
Old 22nd February 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

At 5.0-release, the built-in Apache server can be started with nothing more than adding a line to /etc/rc.conf.local, and rebooting:
Code:
httpd_flags=""
This server's files all live in /var/www. Should you ever want to go beyond serving static web pages, read FAQ 10.16.
Reply With Quote