1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/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
464 B
Markdown

# a2query
> Retrieve runtime configuration from Apache on Debian-based OSes.
> More information: <https://manpages.debian.org/latest/apache2/a2query.html>.
- List enabled Apache modules:
`sudo a2query -m`
- Check if a specific module is installed:
`sudo a2query -m {{module_name}}`
- List enabled virtual hosts:
`sudo a2query -s`
- Display the currently enabled Multi Processing Module:
`sudo a2query -M`
- Display the Apache version:
`sudo a2query -v`