apachectl
Apache HTTP Server
RUN apt-get update && \
apt-get install -y apache2
RUN apt-get update && \
apt-get install -y apache2
RUN apk add apache2
RUN pacman -S --noconfirm apache
RUN apt-get update && \
apt-get install -y apache2
RUN yum install -y httpd
RUN dnf install -y httpd
RUN apt-get update && \
apt-get install -y apache2