1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.zh/linux/a2enconf.md

290 B

a2enconf

在基于 Debian 的操作系统上启用 Apache 配置文件。 更多信息:https://manpages.debian.org/latest/apache2/a2enconf.8.html.

  • 启用配置文件:

sudo a2enconf {{配置文件}}

  • 不显示信息性消息:

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