Re: Issues with shipping apr_thread_current() in APR 1.8.0 and an alternative approach for PCRE2 allocations in HTTPD

2022-06-28 Thread Yann Ylavic
On Tue, Jun 28, 2022 at 6:08 PM Ivan Zhakov wrote: > > On Tue, 28 Jun 2022 at 00:24, Yann Ylavic wrote: > > > > Hi Ivan, > > > > On Mon, Jun 27, 2022 at 8:19 PM Ivan Zhakov wrote: > > > > > > For the longer version, let me first outline a few problems with the > > > current

Re: Issues with shipping apr_thread_current() in APR 1.8.0 and an alternative approach for PCRE2 allocations in HTTPD

2022-06-28 Thread Ivan Zhakov
On Tue, 28 Jun 2022 at 00:24, Yann Ylavic wrote: > > Hi Ivan, > > On Mon, Jun 27, 2022 at 8:19 PM Ivan Zhakov wrote: > > > > For the longer version, let me first outline a few problems with the > > current apr_thread_current() API: > > > > 1) apr_thread_current_create() leaks the memory

Re: svn commit: r1902318 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/listen.c

2022-06-28 Thread Eric Covener
(or DNS lookup failure... from the other commit) On Tue, Jun 28, 2022 at 9:22 AM Eric Covener wrote: > > On Tue, Jun 28, 2022 at 9:06 AM wrote: > > > > Author: gbechis > > Date: Tue Jun 28 13:06:55 2022 > > New Revision: 1902318 > > > > URL: http://svn.apache.org/viewvc?rev=1902318=rev > > Log:

Re: svn commit: r1902318 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/listen.c

2022-06-28 Thread Eric Covener
On Tue, Jun 28, 2022 at 9:06 AM wrote: > > Author: gbechis > Date: Tue Jun 28 13:06:55 2022 > New Revision: 1902318 > > URL: http://svn.apache.org/viewvc?rev=1902318=rev > Log: > check apr_sockaddr_info_get return value > bz #66136 > > Modified: >

RE: Question about slotmem-shm- log file, etc. location

2022-06-28 Thread jonmcalexander
Just reporting that this does work, however it didn't work quite the way that the docs specified. I ended up having to set it this way: DefaultRuntimeDir ${APACHE_RUN_DIR} And in my startup script, I had to export the APACHE_RUN_DIR environment variable. Thanks, Dream * Excel * Explore *

Re: svn commit: r1902318 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/listen.c

2022-06-28 Thread giovanni
On 6/28/22 15:22, Eric Covener wrote: > On Tue, Jun 28, 2022 at 9:06 AM wrote: >> >> Author: gbechis >> Date: Tue Jun 28 13:06:55 2022 >> New Revision: 1902318 >> >> URL: http://svn.apache.org/viewvc?rev=1902318=rev >> Log: >> check apr_sockaddr_info_get return value >> bz #66136 >> >> Modified: