apachectl

Apache HTTP Server

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
Arch Arch Linux
RUN pacman -S --noconfirm apache
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y apache2
CentOS
RUN yum install -y httpd
Fedora
RUN dnf install -y httpd
Raspbian
RUN apt-get update && \ apt-get install -y apache2
click the source code to copy install apachectl on any operating system with command-not-found.com