Linux下经过server-status监控性能性能
前提:安装好Apache,在opt/路径下rest
能够知道是 prefork.c模式server
进入到httpd.conf路径blog
vi /etc/httpd/conf/httpd.confget
而后添加io
<Location /server-status>监控
SetHandler server-status配置
Order allow,denyservice
Deny from nothingim
Allow from all
</Location>
ExtendedStatus On
<Location /server-info>
SetHandler server-info
Order allow,deny
Deny from nothing
Allow from all
</Location>