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/a2query.md
Axel Navarro 84b6cabf6e
a2query, dpkg*, check-support-status, netselect-apt, reportbug: update Debian link (#7622)
* a2query: update link to Debian manpage

* check-support-status: update link to Debian manpage

* dpkg-deb: update link to Debian manpage

* dpkg: update link to Debian manpage

* netselect-apt: update link to Debian manpage

* reportbug: update link to Debian manpage
2022-01-08 20:39:40 +07:00

24 lines
443 B
Markdown

# a2query
> 在基于 Debian 的操作系统上查看 Apache 运行配置。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2query.html>.
- 列出启用的 Apache 模块:
`sudo a2query -m`
- 查看某个模块是否已安装:
`sudo a2query -m {{模块名}}`
- 列出已启用的虚拟主机:
`sudo a2query -s`
- 显示已启用的多进程模块:
`sudo a2query -M`
- 显示 Apache 版本:
`sudo a2query -v`