使用ports方式安裝 Apache MySQL PHP FTP - BBS

Table of Contents

安裝apache
# cd /usr/ports/www/apache22
# make install clean

加勾mysql

# ee /etc/rc.conf
加入
apache22_enable="YES"
apache22_http_accept_enable="YES"

啟動
# /usr/local/etc/rc.d/apache22 start

請問這樣後還要注意哪些地方呢?
謝謝!!

--

All Comments