Centos 关闭selinux
Centos 关闭selinux:
setenforce 0
修改/etc/selinux/config,设置SELINUX=disabled,确保重启后也生效。
扫描二维码推送至手机访问。
版权声明:本文由一二三博客发布,如需转载请注明出处。
Centos 关闭selinux:
setenforce 0
修改/etc/selinux/config,设置SELINUX=disabled,确保重启后也生效。
扫描二维码推送至手机访问。
版权声明:本文由一二三博客发布,如需转载请注明出处。
stream { upstream zifangsky {  ...
MySQL查看最大连接数和修改最大连接数1、查看最大连接数show variables like '%max_connections%';2、修改最大连接数set GLOBAL max...
1、It may not be safe to bootstrap the cluster from this node. It was not the last one一、故障现象查看mysql错误...
1、第一步双台机器分别安装nginx2、如IP分别vim /etc/nginx/conf.d/default.conf 修改端口 去掉80域名解析IP:10.10.1.100 中转IP:9....
upstream web_backends_80 { ip_hash; #每个请求按访问ip的hash结果分配可以解决session的问题。...
1、安装前准备:yum install yum-utils2、配置nginx源vim /etc/yum.repos.d/nginx.repo[nginx-stable] name=nginx&nbs...