
a2query
List of commands for a2query:
-
a2query:tldr:1fb77 a2query: List enabled Apache modules.$ sudo a2query -mtry on your machineexplain this command
-
a2query:tldr:25e86 a2query: Check if a specific module is installed.$ sudo a2query -m ${module_name}try on your machineexplain this command
-
a2query:tldr:304cf a2query: List enabled virtual hosts.$ sudo a2query -stry on your machineexplain this command
-
a2query:tldr:6f31b a2query: Display the currently enabled Multi Processing Module.$ sudo a2query -Mtry on your machineexplain this command
-
a2query:tldr:a8d4a a2query: Display the Apache version.$ sudo a2query -vtry on your machineexplain this command