mighttpd2-4.0.2: High performance web server on WAI/warp
Safe HaskellSafe-Inferred
LanguageHaskell2010

Program.Mighty.Signal

Synopsis

Signals

sigStop :: Signal Source #

The signal to stop Mighty.

sigReload :: Signal Source #

The signal to reload a configration file.

sigRetire :: Signal Source #

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

sigInfo :: Signal Source #

The signal to get information from Mighty.

Signal handling

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

Setting Handler for Signal.