Re: [us...@httpd] child recycling

2010-09-28 Thread Brad Lira
Covener cove...@gmail.com wrote: On Mon, Sep 27, 2010 at 5:09 PM, Brad Lira snmp.apa...@gmail.com wrote: hello, when the MaxRequestsPerChild has reached, and the child is killed, does the is_graceful variable set in worker.c? It doesn't appear so If so, how can differentiate between

[us...@httpd] child recycling

2010-09-27 Thread Brad Lira
hello, when the MaxRequestsPerChild has reached, and the child is killed, does the is_graceful variable set in worker.c? If so, how can differentiate between ./apachectl graceful and child recycling. I want to reset some counters if the entire apache was restarted, but not if the child is

[us...@httpd] child recyle

2010-09-24 Thread Brad Lira
hello, when the MaxRequestsPerChild has reached, and the child is killed, does the is_graceful variable set in worker.c? If so, how can differentiate between ./apachectl graceful and child recycling. I want to reset some counters if the entire apache was restarted, but not if the child is

Re: [us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-18 Thread Brad Lira
thanks, On Tue, Aug 17, 2010 at 1:52 PM, Jeff Trawick traw...@gmail.com wrote: On Tue, Aug 17, 2010 at 10:40 AM, Brad Lira snmp.apa...@gmail.comwrote: I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 function rc = read(fd, c, 1); no, the crash is happening on some other

[us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-17 Thread Brad Lira
Hi all, I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 function rc = read(fd, c, 1); I am using 2.2.14, I googled and the problem was there in 2.2.3. Does anyone know if this was fixed post 2.2.14? thanks,

[us...@httpd] building prm from apache tarball

2010-04-27 Thread Brad Lira
hi, how to build an rpm package from apache tar ball? thanks,

Re: [us...@httpd] ap_hook_monitor

2010-03-26 Thread Brad Lira
thanks Sander, it works. On Fri, Mar 26, 2010 at 12:25 AM, Sander Temme scte...@apache.org wrote: On Mar 25, 2010, at 8:36 PM, Brad Lira wrote: does anyone has an example of ap_hook_monitor, thanks in advance. http://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/examples

Re: [us...@httpd] metrics on apache httpd

2010-03-23 Thread Brad Lira
...@berkeley.edu wrote: On Mar 22, 2010, at 2:52 PM, Brad lira wrote: hello, does anyone know how to get the following metrics: - number of connected clients - number of active clients - number of idle clients thanks, hash http://lmgtfy.com/?q=apache+status+page - Robert

[us...@httpd] collecting metrics from each process

2010-03-22 Thread Brad lira
Hello, I would like to know how many processes are running and threads within each process and then call a function in each process to read the same variable? how would one go about doing this? thanks, hash

[us...@httpd] metrics on apache httpd

2010-03-22 Thread Brad lira
hello, does anyone know how to get the following metrics: - number of connected clients - number of active clients - number of idle clients thanks, hash