Re: [Mod-apache-snmp-users] compatibility with worker MPM ?
Monitor Apache using SNMP
Brought to you by:
eplx
From: <cba...@eu...> - 2007-01-05 13:56:09
|
Thank you Esteban, Le vendredi 5 janvier 2007 14:20, Esteban Pizzini a =E9crit : > Hello, > > Have you enabled mod_status in apache conf?? Yes, I did : [root@server root]# grep snmp /usr/local/apache2/conf/httpd.conf LoadModule ap2_snmp_module modules/mod_ap2_snmp.so SetEnvIfNoCase Request_URI /ap2_snmp agent_snmp CustomLog logs/access_log common env=3D!agent_snmp <Location /ap2_snmp> Sethandler ap2_snmp snmp_community xxxxxxxxxxxxxxx snmp_agent_address 127.0.0.1 snmp_tmp_dir /tmp/ snmp_version 1 snmp_http_address 10.2.0.102 80 Regards, Christophe |