httpd

Apache HTTP Server

Debian Debian
RUN apt-get update && \ apt-get install -y httpd
Ubuntu
RUN apt-get update && \ apt-get install -y httpd
Arch Arch Linux
RUN pacman -S --noconfirm httpd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y httpd
CentOS
RUN yum install -y httpd
Fedora
RUN dnf install -y httpd
Raspbian
RUN apt-get update && \ apt-get install -y httpd
click the source code to copy install httpd on any operating system with command-not-found.com