码迷,mamicode.com
首页 > Web开发 > 详细

Apache-3:压力测试

时间:2018-01-15 13:33:50      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:测试   set   deny   服务   conf   inf   href   handler   hand   

压力测试
修改httpd压力测试的配置文件添加到http.conf
<Location /server-status>
SetHandler server-status
#Order deny,allow
#Deny from all
#Allow from 124.192.11.16
</Location>
ExtendedStatus On
<Location /server-info>
SetHandler server-info
#Order deny,allow
#Deny from all
#Allow from 124.192.11.16
</Location>

重启服务
serveice httpd restart
http://192.168.56.20:8080/server-status

Apache-3:压力测试

标签:测试   set   deny   服务   conf   inf   href   handler   hand   

原文地址:http://blog.51cto.com/13491150/2061067

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!