]> granicus.if.org Git - apache/commit
Fix overriding ExtendedStatus to "off" with mod_systemd loaded, and
authorJoe Orton <jorton@apache.org>
Tue, 18 Jul 2017 08:14:42 +0000 (08:14 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 18 Jul 2017 08:14:42 +0000 (08:14 +0000)
commit52ecea1e1e3c24a57fbb9be0a5ab728180c62e09
treecc7bbba35ea3bc9a03f8728cbc6603035ca8d901
parentf21bbb56597310ee4a90e7b1f74ce32d758066db
Fix overriding ExtendedStatus to "off" with mod_systemd loaded, and
give more feedback to systemd during a reload.

* modules/arch/unix/mod_systemd.c (systemd_pre_config): New
  function; tell systemd the service is reloading here.
  (systemd_pre_mpm): Don't set ap_extended_status here, do nothing
  if ExtendedStatus is off.
  (register_hooks): Register pre_config hook.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802251 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/unix/mod_systemd.c