mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00
261 B
261 B
a2enconf
在基于 Debian 的操作系统上启用 Apache 配置文件。 更多信息:https://manned.org/a2enconf.8.
- 启用配置文件:
sudo a2enconf {{配置文件}}
- 不显示信息性消息:
sudo a2enconf --quiet {{配置文件}}