mongoose_start: Start a Mongoose Service Manuall start a local mongoose...

Description Usage Arguments Value Note See Also

Description

Start a Mongoose Service Manuall start a local mongoose service

Usage

1
2
mongoose_start(port = 8000L, path = getwd(), forward_to = NULL,
  ssl_cert = NULL, auth_domain = NULL, global_auth = NULL)

Arguments

port

service port number

path

full path to data directory

forward_to

forward 'not found' requests to another server

ssl_cert

optional SSL certificate for TLS-encrypted communication (if you specify this, the mongoose server will only use TLS encyption; otherwise no encryption is used)

auth_domain

HTTP digest authentication domain/realm

global_auth

HTTP digest global authentication file (with full path)

Value

Nothing; the mongoose server is started up as a background process.

Note

Leave parameters NULL to not use the corresponding features.

See Also

htdigest


bwlewis/feathercache documentation built on May 13, 2019, 9:06 a.m.