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
461 B

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