]> git.ipfire.org Git - ipfire-2.x.git/commit
apache2: Properly re-execute Apache on restart
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Nov 2023 11:24:00 +0000 (11:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Nov 2023 11:24:00 +0000 (11:24 +0000)
commitc7b8f3631a06be63646d09a8d6540f866d39a56f
tree166192b4cdfeb195668641c470dba214aadacf37
parent2005b34809f4d8c4aeb64fcb800b4111610fda62
apache2: Properly re-execute Apache on restart

Previously, we sent Apache a signal to relaunch itself which caused
Apache to kill all child processes, and re-execute them.

However, when updating glibc, any newly compiled modules could not be
loaded as Apache was running with the previous version of glibc until
the next reboot.

This change will now properly stop Apache and restart it which solves
this problem.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/apache