You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
437 B

7 years ago
htdigest
===
Apache服务器内置工具
6 years ago
## 说明
7 years ago
5 years ago
**htdigest命令** 是Apache的Web服务器内置工具用于创建和更新储存用户名、域和用于摘要认证的密码文件
7 years ago
5 years ago
## 选项
7 years ago
```
htdigest(选项)(参数)
```
6 years ago
7 years ago
```
5 years ago
-c创建密码文件
7 years ago
```
### 参数
5 years ago
* 密码文件:指定要创建或更新的密码文件
* 域:指定用户名所属的域
* 用户名:要创建或者更新的用户名
7 years ago