码迷,mamicode.com
首页 > 其他好文 > 详细

CenterOS 6.5 安装lnmp

时间:2017-12-14 03:53:30      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:重启   火墙   cal   color   clu   soft   blog   init   rest   

安装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

标签:重启   火墙   cal   color   clu   soft   blog   init   rest   

原文地址:http://www.cnblogs.com/itevol/p/8035118.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!