centos配置相关
1,不支持中文显示的问题:
使用locale命令查看:是否有zh_CN.UTF-8,如果没有,安装中文语言包:yum groupinstall chinese-support,修改配置文件:/etc/sysconfig/i18n :LANG=zh_CN.UTF-8
2,mysql不支持中文显示问题:set names 'utf8';
3,虚拟机内centos6.7启动apache server之后,局域网windows无法访问:
关闭防火墙:/etc/init.d/iptables stop