Re: svn commit: r1687021 - /httpd/httpd/trunk/modules/session/mod_session_dbd.c

2015-06-23 Thread Yann Ylavic
Makes sense, thanks, fixed in r1687087. Regards, Yann. On Tue, Jun 23, 2015 at 5:20 PM, Mike Rumph wrote: > Hello Yann, > > This is just a matter of style, but isn't it more typical to have pool as > the first parameter of a function? > Even in mod_session_dbd.c, this is seen in dbd_clean(), > s

Re: svn commit: r1687021 - /httpd/httpd/trunk/modules/session/mod_session_dbd.c

2015-06-23 Thread Mike Rumph
Hello Yann, This is just a matter of style, but isn't it more typical to have pool as the first parameter of a function? Even in mod_session_dbd.c, this is seen in dbd_clean(), session_dbd_monitor(), create_session_dbd_dir_config() and merge_session_dbd_dir_config(). Thanks, Mike On 6/23/20

Re: Next release of mod_fcgid

2015-06-23 Thread Jeff Trawick
On Mon, Jun 22, 2015 at 11:42 AM, Mario Brandt wrote: > r1604123: Lower log "graceful kill fail, sending SIGKILL" level to > DEBUG on Windows. PR 54597. > and > r16041237: Follow up to r1604123: make it compile. > > I've now listed the fix in CHANGES-FCGID. IMO it isn't worth rolling a release f

Re: mod_ssl static linking, the eternal topic...

2015-06-23 Thread Stefan Eissing
Sorry for missing that: it is still dynamically linked. > Am 23.06.2015 um 13:39 schrieb Rainer Jung : > > Am 23.06.2015 um 11:34 schrieb Stefan Eissing: >> Sorry to bother the list, but I am banging my head against the wall trying >> to build mod_ssl linked statically with openssl on Ubuntu. >>

Re: mod_ssl static linking, the eternal topic...

2015-06-23 Thread Rainer Jung
Am 23.06.2015 um 11:34 schrieb Stefan Eissing: Sorry to bother the list, but I am banging my head against the wall trying to build mod_ssl linked statically with openssl on Ubuntu. Is there something obvious that I miss in my configure --enable-ssl=shared --with-ssl=$(BLD_PREFIX) --enabl

mod_ssl static linking, the eternal topic...

2015-06-23 Thread Stefan Eissing
Sorry to bother the list, but I am banging my head against the wall trying to build mod_ssl linked statically with openssl on Ubuntu. Is there something obvious that I miss in my configure --enable-ssl=shared --with-ssl=$(BLD_PREFIX) --enable-ssl-staticlib-deps ? It works under OS X, but