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>