Re: mod_proxy_spawn: Review request

2020-11-30 Thread Florian Wagner
On Sun, 29 Nov 2020 17:01:42 + Nick Kew wrote: > > On 29 Nov 2020, at 14:48, Florian Wagner wrote: > > > > Hi everyone! > > > > I was wondering if someone with a better understanding of httpd and > > mod_proxy could review my module idea and prototype i

mod_proxy_spawn: Review request

2020-11-29 Thread Florian Wagner
Hi everyone! I was wondering if someone with a better understanding of httpd and mod_proxy could review my module idea and prototype implementation and warn me of any unforeseen pitfalls looming ahead before I commit to implementing this fully. Following is a short text on my motivation and I've

child_init hook: Main vs. MPM processes

2020-12-14 Thread Florian Wagner
Hey everyone, is there a simple way to detect in a child_init hook if the current process is also the main server process (the one that runs the pre_config hook). At least for debug mode (-X commandline switch) both pre_config and child_init are being both run for that single process and there's

Re: child_init hook: Main vs. MPM processes

2020-12-14 Thread Florian Wagner
On Mon, 14 Dec 2020 13:38:43 +0100 Yann Ylavic wrote: > Hi Florian, > > On Mon, Dec 14, 2020 at 12:11 PM Florian Wagner > wrote: > > > > is there a simple way to detect in a child_init hook if the current > > process is also the main server process (the one tha

Graceful restart

2021-09-30 Thread Florian Wagner
Hi everyone, for a module I'm writing I need know - preferably in my post_config handler - if the webserver was gracefully reloaded (SIGUSR1) just now. Is there some simple solution to accomplish this? Regards Florian

Re: Graceful restart

2021-09-30 Thread Florian Wagner
On Thu, 30 Sep 2021 10:28:25 -0400 Eric Covener wrote: On Thu, Sep 30, 2021 at 9:54 AM Florian Wagner wrote: Hi everyone, for za module I'm writing I need know - preferably in my post_config handler - if the webserver was gracefully reloaded (SIGUSR1) just now. Is there some simple