class PhusionPassenger::AbstractServer

def finalize_server

The default implementation does nothing, this method is supposed to be overrided by child classes.
after the main loop has been left.
A hook which is called when the server is being stopped. This is called in the child process,
def finalize_server
end