CenterOS 6.5 安装lnmp

Posted ITEVOL

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CenterOS 6.5 安装lnmp相关的知识,希望对你有一定的参考价值。

安装LNMP稳定版
wget -c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz && tar zxf lnmp1.4.tar.gz && cd lnmp1.4 && ./install.sh lnmp

 

控制台下执行lnmp vhost add 添加虚拟主机

 

cd /usr/local/nginx/conf/vhost

打开vhost的配置表

为了支持pathinfo,将include enable-php.conf;替换成include enable-php-pathinfo.conf;

 

如果虚拟主机侦听的端口非80的话,还需要对防火墙的配置进行修改。

vim  /etc/sysconfig/iptables 
 
技术分享图片

 2、重启防火墙:/etc/init.d/iptables restart   或 service iptables restart

 3、查看打开端口# /etc/init.d/iptables status  或 service iptables status

 



以上是关于CenterOS 6.5 安装lnmp的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 6.5安装WordPress(基于LNMP)

centos-6.5安装部署LNMP环境

搭建LNMP环境(基于最小化安装CentOS 6.5)

CentOS 6.5 编译安装 LNMP环境

CentOS 6.5搭建 LNMP 生产环境

使用yum安装LNMP步骤