1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/linux/a2enconf.md

13 lines
261 B
Markdown
Raw Permalink Normal View History

# a2enconf
> 在基于 Debian 的操作系统上启用 Apache 配置文件。
> 更多信息:<https://manned.org/a2enconf.8>.
- 启用配置文件:
`sudo a2enconf {{配置文件}}`
- 不显示信息性消息:
`sudo a2enconf --quiet {{配置文件}}`