htdigest: Create or Update a Digest Authentication File

Description Usage Arguments Value Note

Description

Use this function to create or edit 'htdigest'-style HTTP digest authentication files for the mongoose back end. Depending on the authentication settings (global or per-directory), you may use just one global file or a file in each subdirectory of the mongoose data directory.

Usage

1
htdigest(file, realm, user, password)

Arguments

file

An 'htdigest'-style file to create or update.

realm

The authentication realm.

user

User name.

password

User password.

Value

Invoked for the side effect of creating or updating file.

Note

See https://httpd.apache.org/docs/current/programs/htdigest.html.


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