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

Table of Contents

安裝 PROFTPD
# cd /usr/ports/ftp/proftpd
# make install clean


ee /etc/rc.conf
加入
proftpd_enable="YES"

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


若出現
Starting proftpd.
- Fatal: UseIPv6: Use of the UseIPv6 directive requires IPv6 support
(--enable-ipv6) on line 19 of '/usr/local/etc/proftpd.conf'


請 ee /usr/local/etc/proftpd.conf

# Don't use IPv6 support by default.
UseIPv6 off
的UseIPv6
加上#字號
原因我也不知道
要靠各位前輩解答囉

若程序上有錯煩請指導一下
繼續灌下一樣 剩下的設定部份
可能真的要靠各位前輩的幫忙了
完全不懂ˇˇ

--

All Comments