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 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/mod_example_hooks.

Re: [us...@httpd] ap_hook_monitor

2010-03-25 Thread Sander Temme
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/mod_example_hooks.c Callback is x_monitor(). If you run your server with this module, you'll see it emit a log

[us...@httpd] ap_hook_monitor

2010-03-25 Thread Brad Lira
does anyone has an example of ap_hook_monitor, thanks in advance.