Files
tldr/pages.zh/linux/a2disconf.md

274 B

a2disconf

在基于Debian的操作系统上禁用Apache配置文件。 更多信息:https://manned.org/a2disconf.8

  • 禁用配置文件:

sudo a2disconf {{configuration_file}}

  • 不显示信息性消息:

sudo a2disconf --quiet {{configuration_file}}