linux
彩虹国操盘长
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux下安装nginx error: the HTTP rewrite module requires the PCRE library.
我安装的江南天安修改过的nginx 运行configure命令 ./configure --with-http_ssl_module --with-stream --with-stream_ssl_module --with-openssl=/root/lib_r/tassl --prefix=/root/nginx 但是如图报错the HTTP rewrite module requires the PCRE library. 那我们安装一下pcre-devel yum -y install pcr原创 2020-07-31 14:17:17 · 892 阅读 · 0 评论 -
Linux CentOS7使用firewalld打开关闭防火墙与端口
1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : systemctl enable firewalld 2.systemctl是CentOS7的...转载 2018-12-07 21:04:40 · 478 阅读 · 0 评论
分享