FreeBSD使用手冊mysql
nginxnginx
1.安裝sql
pkg install nginxapache
2.運行vim
nginxrest
3.配置server
cd /usr/local/etc/nginxip
4.中止rem
nginx -s stopit
5.其它操做
nginx -s reload
Apache
1.安裝
pkg install apache24
添加配置
echo 「apache24_enable=YES」 >> /etc/rc.conf
2.啓動
apachectl start
3.中止
apachectl stop
4.重啓
apachectl restart
5.路徑
/usr/local/etc/apache24
/usr/local/sbin
Vim
MySQL