TrumanWong

htdigest

Apache server built-in tools

Supplementary instructions

htdigest command is an Apache web server built-in tool used to create and update files that store usernames, domains, and passwords used for digest authentication.

grammar

htdigest(options)(parameters)

Options

-c: Create a password file.

Parameters

  • Password file: Specify the password file to be created or updated;
  • Domain: Specify the domain to which the user name belongs;
  • Username: The username to be created or updated.