Re: modules registry

2012-01-07 Thread Massimo Manghi
...and in the form the Apache version checkboxes aren't shown properly leaving you without a confirmation on whether the database has stored this piece of information -- Massimo On 06.01.2012 18:40, Steve Rawlinson wrote: Hi, I've recently taken over maintenance of an apache module and want

Fwd: svn commit: r1228700 - in /httpd/httpd/trunk/docs: STATUS manual/mod/mod_heartbeat.xml manual/mod/mod_heartmonitor.xml manual/mod/mod_watchdog.xml manual/mod/mod_watchdog.xml.meta

2012-01-07 Thread Sander Temme
Folks, I've put in some updates to the mod_heart* modules, taken from the README supplied with the modules and some perusal of the source code. I have not run these as I'm too lazy to set up the servers. Review would be appreciated, especially by the original authors (Cc), before backport

Re: Fwd: svn commit: r1228700 - in /httpd/httpd/trunk/docs: STATUS manual/mod/mod_heartbeat.xml manual/mod/mod_heartmonitor.xml manual/mod/mod_watchdog.xml manual/mod/mod_watchdog.xml.meta

2012-01-07 Thread Rainer Jung
On 07.01.2012 20:22, Sander Temme wrote: Folks, I've put in some updates to the mod_heart* modules, taken from the README supplied with the modules and some perusal of the source code. I have not run these as I'm too lazy to set up the servers. Review would be appreciated, especially by

Re: Build-Warnings httpd 2.4.x Visual Studio 10, 32 Bit

2012-01-07 Thread Michael Felt
Patches: maybe I'll have time, as it most are from one file. root@x105:[/data/prj/httpd-2.3.16-beta]grep (W) nohup.out util_expr_eval.c, line 1551.7: 1506-196 (W) Initialization between types const void* and const char*(*)(struct {...}*,const void*) is not allowed. util_expr_eval.c, line 1552.7:

Re: svn commit: r1228700 - in /httpd/httpd/trunk/docs: STATUS manual/mod/mod_heartbeat.xml manual/mod/mod_heartmonitor.xml manual/mod/mod_watchdog.xml manual/mod/mod_watchdog.xml.meta

2012-01-07 Thread Sander Temme
On Jan 7, 2012, at 1:08 PM, Rainer Jung wrote: hook handler prototypes are? That's more like developer documentation. Thoughts? I don't know about the history of similar decisions, but IMHO what you wrote is good enough for 2.4.0. Sounds good. +pThe interval of 1 seconds is

Re: Function abuse/cpu wasteage?

2012-01-07 Thread Jim Jagielski
apr_strncpy()?? In any case, there is a better way to do the check, and so I'll implement that. On Jan 5, 2012, at 4:24 PM, William A. Rowe Jr. wrote: modules\proxy\mod_proxy_balancer.c: PROXY_STRNCPY(bsel-s-lb pname, val); modules\proxy\mod_proxy_balancer.c: