Re: svn commit: r1733537 - /httpd/httpd/trunk/support/ab.c

2016-05-27 Thread Yann Ylavic
On Tue, May 24, 2016 at 9:01 PM, William A Rowe Jr wrote: >> >> +/* >> + * Similar to standard strstr() but we ignore case in this version. >> + * Copied from ap_strcasestr(). >> + */ >> +static char *xstrcasestr(const char *s1, const char *s2) >> +{ [] >> +} > > Two

Re: svn commit: r1745582 - /httpd/httpd/branches/2.4.x/STATUS

2016-05-27 Thread Yann Ylavic
On Thu, May 26, 2016 at 3:37 PM, William A Rowe Jr wrote: > On Thu, May 26, 2016 at 8:24 AM, William A Rowe Jr > wrote: >> >> >>> Excellent, but one big issue, namespace collision. >>> >>> [...] >> >> would be the proper doxygen, to dissuade users from

Re: [POLL] Commitment to 2.2.x lifecycle? (Was: End of the road of 2.2.x maintenance?)

2016-05-27 Thread William A Rowe Jr
On Wed, May 25, 2016 at 10:11 AM, William A Rowe Jr wrote: > > So let's try this... would 2.2.x maintainers and PMC folks please answer > this > poll -if- you have an intention to help throughout the wind-down of 2.2.x, > since > this is all predicated on having

Re: [POLL] Commitment to 2.2.x lifecycle? (Was: End of the road of 2.2.x maintenance?)

2016-05-27 Thread Yann Ylavic
On Wed, May 25, 2016 at 5:11 PM, William A Rowe Jr wrote: > *) I intend to help maintain/test 2.2.x releases over the next [18] mos *) I intend to backport/review 2.2.x security patches over the next [18] mos

Re: Module Development - Advice Needed

2016-05-27 Thread Nick Kew
On Thu, 2016-05-26 at 22:44 +, Van Ulden, Joost (NRCan/RNCan) wrote: > I approached a couple of folks at ApacheCon in Vancouver about some > work that I am involved with that would benefit from an httpd module. > I am sending this message to the list to provide more information, and > to seek

Re: Module Development - Advice Needed

2016-05-27 Thread Jacob Champion
On 05/26/2016 08:18 PM, William A Rowe Jr wrote: The users list is the best place to ask for clarification and guidance, users are not exclusively admins, they include module authors, troubleshooters, even a testing community. In addition to users@, there is also a modules-dev@ list for httpd.