12 lines
274 B
Markdown
12 lines
274 B
Markdown
# a2disconf
|
|
|
|
> 在基于Debian的操作系统上禁用Apache配置文件。
|
|
> 更多信息:<https://manned.org/a2disconf.8>。
|
|
|
|
- 禁用配置文件:
|
|
|
|
`sudo a2disconf {{configuration_file}}`
|
|
|
|
- 不显示信息性消息:
|
|
|
|
`sudo a2disconf --quiet {{configuration_file}}` |