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
On Thu, Sep 30, 2021 at 9:54 AM Florian Wagner wrote:
>
> 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?
Maybe the config generation h
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 solution