刚刚重新安装了系统,重新安装了wordpress然后提示这个漏洞,修复办法如下:
[crayon-6874939c5b6b6040030258/]...
Nginx Google 扩展代理模块配置
据说wen.lu开源了,代码大家可以到github自行下载。
[crayon-6874939c5b831281308413/]
nginx代理模块:http://nginx.org/en/docs...
Centos系统安装配置Puppet
puppet是一种Linux、Unix、windows平台的集中配置管理系统,使用自有的puppet描述语言,可管理配置文件、用户、cron任务、软件包、系统服务等。puppet把这些系统实体称之为资...
Nagios、Cacti监控相关文档
一、Nagios
1:安装
服务端安装:http://note.t4x.org/code/infrastructure-monitoring-nagios-server-config/
...
网络监视工具(Nagios)邮件告警配置
系统:Centos 6.4
服务器:hostname:Nagios-Server kernel:2.6.32-358.el6.x86_64 IP:1.1.1.26
客户端:hostname:Nag...
配置Nginx反向代理负载均衡服务器
准备:
Proxy-Server:1.1.1.22(负载均衡服务器)
Nginx-Server23:1.1.1.23(web23)
Nginx-Server24:1.1.1.24(web24)
...
Cacti 监控服务的安装配置
This content is password protected. To view it please enter your password below:
Password:
...
Linux Shell常用技巧(十二)
二十三. Bash Shell编程:
1. 读取用户变量:
read命令是用于从终端或者文件中读取输入的内建命令,read命令读取整行输入,每行末尾的换行符不被读入。在read命...
关于 Nginx 日志错误码 499的问题
nginx访问日志: (more…)...
Linux Shell常用技巧(十一)
二十二. 交互式使用Bash Shell:
1. 用set命令设置bash的选项: (more…)...
9