apache2ctl

Administrate the Apache HTTP web server. This command comes with Debian based OSes, for RHEL based ones see httpd. More information: <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.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 apache2ctl on any operating system with command-not-found.com