https://bz.apache.org/bugzilla/show_bug.cgi?id=66036

--- Comment #12 from Alex Ciobotaru <[email protected]> ---
Ignoring systemd here for a bit.

Using the `apachectl` or `/usr/sbin/httpd` apps directly.

The `graceful` option (i.e. signal USR1) which is ideal for minimizing
downtime, does not restart httpd correctly for pkcs#11.

The only workaround for minimizing downtime I found is to issue signal WINCH
(for gracefully ending on-going connections) and starting the server after a
sensible window (a few milliseconds).

Sending signal HUP (i.e. restart now) would kill current connections which
beats the point of the `graceful` feature in the first place.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to