CentOS6.5 内置Module监控Apache

1、mod_status模块

SetHandler server-status Order deny,allow Deny from all Allow from 10.204.10.246 Extendedstatus On Extendedstatus 指令用于显示其他信息,这些信息包括每个子httpd进程的应答信息

2、mod_info模块

SetHandler server-info Order deny,allow Deny from all Allow from 10.204.10.246

3、使用第三方的工具来监控Apache (推荐)


相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native