1. 程式人生 > >Apache-3:壓力測試

Apache-3:壓力測試

set onf 重啟 rest info tar inf conf -s

壓力測試
修改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:壓力測試