1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/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
499 B
Markdown

# a2query
> Recupera la configurazione di runtime da Apache su sistemi operativi basati su Debian.
> Maggiori informazioni: <https://manpages.debian.org/latest/apache2/a2query.html>.
- Lista i moduli Apache attivi:
`sudo a2query -m`
- Controlla se un modulo specifico è installato:
`sudo a2query -m {{nome_modulo}}`
- Lista virtual host attivi:
`sudo a2query -s`
- Mostra il Modulo Multi-Processo correntemente attivo:
`sudo a2query -M`
- Mostra la versione di Apache:
`sudo a2query -v`