MCPcopy Create free account
hub / github.com/apache/httpd / apache_graceful_stop

Method apache_graceful_stop

test/pyhttpd/env.py:698–701  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

696 return r
697
698 def apache_graceful_stop(self):
699 log.debug("stop apache")
700 self._run_apachectl("graceful-stop")
701 return 0 if self.is_dead() else -1
702
703 def apache_fail(self):
704 log.debug("expect apache fail")

Callers

nothing calls this directly

Calls 2

_run_apachectlMethod · 0.95
is_deadMethod · 0.95

Tested by

no test coverage detected