NAME
ronin-web-server - Starts a web server
SYNOPSIS
ronin-web-server [options]
DESCRIPTION
Starts a web server.
OPTIONS
-H,--hostHOST- Host name or IP to bind to. Defaults to
localhost. -p,--portPORT- Port number to listen on. Defaults to
8000. -A,--basic-authUSER:PASSWORD- Sets up Basic-Authentication with the given USER and PASSWORD.
-d,--dir/PATH:DIR- Mounts a directory to the given PATH.
-f,--file/PATH:FILE- Mounts a file to the given PATH.
-r,--rootDIR- Root directory to serve.
-R,--redirect/PATH:URL- Registers a
302 Foundredirect at the given PATH -h,--help- Print help information
AUTHOR
Postmodern postmodern.mod3@gmail.com