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

Safe HaskellSafe
LanguageHaskell2010

Program.Mighty.Signal

Contents

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.