mirror of https://github.com/CrimsonTome/tldr.git
13 lines
290 B
Markdown
13 lines
290 B
Markdown
|
# a2enconf
|
||
|
|
||
|
> 在基于 Debian 的操作系统上启用 Apache 配置文件。
|
||
|
> 更多信息:<https://manpages.debian.org/latest/apache2/a2enconf.8.html>.
|
||
|
|
||
|
- 启用配置文件:
|
||
|
|
||
|
`sudo a2enconf {{配置文件}}`
|
||
|
|
||
|
- 不显示信息性消息:
|
||
|
|
||
|
`sudo a2enconf --quiet {{配置文件}}`
|