tldr/pages.zh/linux/a2disconf.md

13 lines
297 B
Markdown
Raw Normal View History

2020-09-30 06:37:47 +01:00
# a2disconf
> 在基于 Debian 的操作系统上禁用 Apache 配置文件。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
2020-09-30 06:37:47 +01:00
- 禁用配置文件:
2020-09-30 06:37:47 +01:00
`sudo a2disconf {{配置文件}}`
- 不显示信息性消息:
2020-09-30 06:37:47 +01:00
`sudo a2disconf --quiet {{配置文件}}`