Sha256: a0059867e6ed73863075706726a5eb62e9572d60294463d3d54c5692babb6e0c

Contents?: true

Size: 814 Bytes

Versions: 7

Compression:

Stored size: 814 Bytes

Contents

# ronin-web-server 1 "2022-01-01" Ronin Web "User Manuals"

## SYNOPSIS

`ronin-web-server` [*options*]

## DESCRIPTION

Starts a web server.

## OPTIONS

`-H`, `--host` *HOST*
  Host name or IP to bind to. Defaults to `localhost`.

`-p`, `--port` *PORT*
  Port number to listen on. Defaults to `8000`.

`-A`, `--basic-auth` *USER*:*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`, `--root` *DIR*
  Root directory to serve.

`-R`, `--redirect` /*PATH*:*URL*
  Registers a `302 Found` redirect at the given *PATH*

`-h`, `--help`
  Print help information

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-web-proxy(1)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ronin-web-1.0.2 man/ronin-web-server.1.md
ronin-web-1.0.1 man/ronin-web-server.1.md
ronin-web-1.0.0 man/ronin-web-server.1.md
ronin-web-1.0.0.beta4 man/ronin-web-server.1.md
ronin-web-1.0.0.beta3 man/ronin-web-server.1.md
ronin-web-1.0.0.beta2 man/ronin-web-server.1.md
ronin-web-1.0.0.beta1 man/ronin-web-server.1.md