摘要: 今天在做nginx下https配置的时候,配置完nginx重启的时候,报错. 步骤开始: 1.切换到nginx源码包 # cd /usr/local/src/nginx-1.6.2 2.查看nginx原有的模块 # /usr/local/nginx/sbin/nginx -V 3.那么我们的新配置信 阅读全文
posted @ 2019-05-21 17:47 qdy0517 阅读(4194) 评论(0) 推荐(0)
摘要: 下面是red hat/CentOs7关闭防火墙的命令 1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永久关闭 阅读全文
posted @ 2019-05-21 16:10 qdy0517 阅读(577) 评论(0) 推荐(0)
摘要: 一. 首先需要去php官网 https://www.php.net/downloads 下载php源码包 . # wget https://www.php.net/distributions/php-7.2.31.tar.gz // 解压安装包# tar -zxvf php-7.2.31.tar.g 阅读全文
posted @ 2019-05-21 11:11 qdy0517 阅读(2956) 评论(0) 推荐(0)