[Bug 62697] `ExtendedStatus Off` directive when using mod_systemd causes systemctl to hang

2018-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62697

Joe Orton  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Joe Orton  ---
Committed in r1840554, please test it if you can!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 62697] `ExtendedStatus Off` directive when using mod_systemd causes systemctl to hang

2018-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62697

--- Comment #3 from Joe Orton  ---
Good catch, thanks for the report and patch.  I think it would be slightly
better to do the READY=1 in a post_config hook actually outside of the monitor
hook.  At this point the serer is listening TCP ports so should be acceptable
to say the service is "started".  (There is a slight trade-off here since we
can't guarantee some failure after saying READY=1 before entering the MPM, but
that could happen anyway.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 62697] `ExtendedStatus Off` directive when using mod_systemd causes systemctl to hang

2018-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62697

--- Comment #2 from Doug Knight  ---
I have tested the previously attached patch by rebuilding the httpd package in
Amazon Linux 2 (httpd-2.4.34-1.amzn2.1.0 including vendor patches), and
confirmed that `systemctl reload httpd` returns properly after the patch is
applied in that environment.  I still do not have a pristine build environment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 62697] `ExtendedStatus Off` directive when using mod_systemd causes systemctl to hang

2018-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62697

--- Comment #1 from Doug Knight  ---
Created attachment 36140
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36140=edit
(UNTESTED) Proposed Resolution

I am attaching a patch illustrating what I believe would address this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org