# htdigest

Apache服务器内置工具

## 补充说明

**htdigest命令** 是Apache的Web服务器内置工具，用于创建和更新储存用户名、域和用于摘要认证的密码文件。

### 语法

```
htdigest(选项)(参数)
```

### 选项

```
-c：创建密码文件。
```

### 参数

* 密码文件：指定要创建或更新的密码文件；
* 域：指定用户名所属的域；
* 用户名：要创建或者更新的用户名。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/linux/ming-ling/htdigest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
