IIS/Apache 禁止IP访问/恶意解析
3年前 (2016-09-07) 204浏览
apache 创建虚拟主机<VirtualHost *:80>ServerName 192.168.10.10DocumentRoot /www/html/error.html #用IP访...
3年前 (2016-09-07) 204浏览
apache 创建虚拟主机<VirtualHost *:80>ServerName 192.168.10.10DocumentRoot /www/html/error.html #用IP访...
3年前 (2016-09-07) 133浏览
ab简单用法 参数很多,一般我们用 -n 和 -c 参数就可以了 -n 总共发出100个请求 -c 总共发出100个并发 (模拟100个人同时访问) [root@localhost ~]# ab ...
3年前 (2016-09-05) 185浏览
mrtg安装搭建、生成配置文件 主监控:192.168.10.8 被监控:192.168.10.20 下载现成snmp.conf http://soft.idc6plus.com/SNMP/ 安装MRTG yum -y insta...