snippetbashTip
a2query — Retrieve runtime configuration from Apache on Debian-based OSes. More information: <https://manned.o
Viewed 0 times
configurationcommandfromretrieveruntimecliapachea2query
linux
Problem
How to use the
a2query command: Retrieve runtime configuration from Apache on Debian-based OSes. More information: <https://manned.org/a2query>.Solution
a2query — Retrieve runtime configuration from Apache on Debian-based OSes. More information: <https://manned.org/a2query>.List enabled Apache modules:
sudo a2query -mCheck if a specific module is installed:
sudo a2query -m {{module_name}}List enabled virtual hosts:
sudo a2query -sDisplay the currently enabled Multi Processing Module:
sudo a2query -MDisplay Apache version:
sudo a2query -vCode Snippets
List enabled Apache modules
sudo a2query -mCheck if a specific module is installed
sudo a2query -m {{module_name}}List enabled virtual hosts
sudo a2query -sDisplay the currently enabled Multi Processing Module
sudo a2query -MDisplay Apache version
sudo a2query -vContext
tldr-pages: linux/a2query
Revisions (0)
No revisions yet.