xuelang0 2011-10-28
今日开始学习weberp的使用,虽然weberp建议安装在apache上,但是出于对nginx的钟爱,决定以freebsd的jail中安装一下:
一、安装freebsd系统,重新编译内核,makeworld这个不多说
二、设定网卡
#vi/etc/rc.conf,因为我的网卡设备是bce0,所以设定如下:
ifconfig_bceo="inet192.168.1.18netmask255.255.255.0"
ifconfig_bce0_alias0="inet192.168.1.28netmask255.255.255.255"##此处全为255,不可错了
三、安装ezjail
#portsnapfetchextract
#cd/usr/ports/sysutils/ezjail
#makeinstallclean
#ezjail-adminupdate-p-i
#ezjail-admincreate-r/usr/jails/myweberpwww.myweberp.com192.168.1.28
#echoezjail_enable="YES">>/etc/rc.conf
待续
我们直接指定到一个大空间去存储mysql数据。在CONFIGURE_ARGS=后面增加--with-charset=gb2312 \和--with-xcharset=all \ 两行才能支持中文字符。