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