mighttpd2-3.2.4: High performance web server on WAI/warp

Safe HaskellSafe-Inferred

Program.Mighty.Signal

Contents

Synopsis

Signals

sigStop :: SignalSource

The signal to stop Mighty.

sigReload :: SignalSource

The signal to reload a configration file.

sigRetire :: SignalSource

The signal to top accepting new connections and to finish current connections.

sigInfo :: SignalSource

The signal to get information from Mighty.

Signal handling

setHandler :: Signal -> Handler -> IO ()Source

Setting Handler for Signal.