]> git.ipfire.org Git - people/stevee/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:26:00 +0000 (11:26 +0000)
commitece94c7edfa45b724ef05b57ff7a8a18c43fb99b
tree281a8d49f2dabce84bcc63bc6861651349dec968
parent81b3cf237ccd48d7e0481b3d81b0406fa66ce578
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