a2query

Retrieve runtime configuration from Apache on Debian-based OSes. More information: <https://manpages.debian.org/latest/apache2/a2query.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y apache2
Ubuntu
RUN apt-get update && \ apt-get install -y apache2
Alpine
RUN apk add apache2
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y apache2
Raspbian
RUN apt-get update && \ apt-get install -y apache2
click the source code to copy install a2query on any operating system with command-not-found.com