apache2インストール

/usr/ports/www/apache2/ に移動し、make install
/etc/rc.conf に下記を追加

apache2_enable="YES"
apache2ssl_enable="NO" #SSLを使うならYES
apache2_flags=""
apache2limits_enable="NO"
apache2limits_args="-e -C daemon"

あとはテキトーに /usr/local/etc/apache2/httpd.conf をいじって、apacheを起動する。

 # /usr/local/etc/rc.d/apache2.sh start

id:yasu0519:about