Centos 7.6搭建LNMP环境的web服务器
2019-01-08 08:22:05来源:博客园 阅读 ()
一.安装软件
1.1.MYSQL安装
下载mysql的repo源:
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
安装mysql-community-release-el7-5.noarch.rpm包
rpm -ivh mysql-community-release-el7-5.noarch.rpm
安装MYSQL
sudo yum install -y mysql-server
重启服务:
systemctl restart mysql 或
systemctl restart mysql.service
登录,并修改密码:
mysql -u root mysql > use mysql; mysql > update user set password=password(‘123456‘) where user=‘root‘; mysql > flush privileges; mysql > exit;
1.2、nginx安装
下载对应当前系统版本的nginx包
wget http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
建立nginx的yum仓库(默认yum是没有nginx的)
rpm -ivh nginx-release-centos-7-0.el7.ngx.noarch.rpm
下载并安装nginx
yum install -y nginx
nginx启动
systemctl start nginx.service
1.3安装php
rpm 安装 Php7 相应的 yum源
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
安装php7.0
yum install -y php70w
安装php扩展
yum install -y php70w-mysql.x86_64 php70w-gd.x86_64 php70w-ldap.x86_64 php70w-mbstring.x86_64 php70w-mcrypt.x86_64
安装PHP FPM
yum install -y php70w-fpm
1.4、修改php-fpm配置文件
php-fpm配置文件位置:(/etc/php-fpm.d/www.conf)
user =nginx
?group=nginx
放入测试文件:
cd /usr/share/nginx/html echo 'hello eric' >index.php
1.5、启动服务
启动nginx服务
systemctl start nginx.service
查看启动状态:
systemctl status nginx
看到截图类容说明启动成功!
启动PHP-FPM:
systemctl start php-fpm.service
? 查看启动状态:
systemctl status php-fpm.service
到这里应该还是不能访问的,原因是没有开启80端口
开启80端口:
iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
测试
在浏览器打开http://192.168.2.76/index.php
看到 hello eric 就大功告成~
?
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:crontab - 定时任务
下一篇:linux时间配置综述
- centos7下安装mysql6初始化安装密码 2020-06-05
- CentOS7.6 源码安装 libevent-2.1.8-stable 2020-06-04
- centos6.8 防火墙简单操作 2020-06-02
- LVS负载分担(NAT模式)基础搭建 2020-06-01
- CentOS7修改主机名 2020-06-01
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash