1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages.zh/linux/a2disconf.md
2020-10-01 20:00:27 +01:00

290 B

a2disconf

在基于 Debian 的操作系统上禁用 Apache 配置文件. 更多信息: https://manpages.debian.org/buster/apache2/a2disconf.8.en.html.

  • 禁用配置文件:

sudo a2disconf {{配置文件}}

  • 不显示信息性消息:

sudo a2disconf --quiet {{配置文件}}