DragonFly On-Line Manual Pages
MOHAWK(8) DragonFly System Manager's Manual MOHAWK(8)
NAME
mohawk - HTTP server, based on libevent2
SYNOPSIS
mohawk [-c file] [-d] [-D] [-n] [-p file] [-h] [-v]
DESCRIPTION
mohawk is a small HTTP server, based on libevent2, an event notification
library. It features:
* Handling of static files, index files, and auto-indexing
* CGI support, URL mapping for CGI
* IPv6 compatible
* Virtual hosting
* Basic authentication using crypt() passwords
* Status page
* IP access control
* Specific settings by URL
OPTIONS
-c file
Load configuration from file
-d Debug mode, don't daemonize
-D Dump the configuration (full dump require `-d' flags)
-n Check configuration syntax
-p file
Write pid in file
-h This message
-v Print version
SEE ALSO
mohawk.conf(5), mhtpasswd(8)
AUTHORS
Baptiste Daroussin <bapt@FreeBSD.org>
Freddy Dissaux <freddy.dsx@free.fr>
DragonFly 6.5-DEVELOPMENT March 11, 2012 DragonFly 6.5-DEVELOPMENT