# apt-get install apache2-base
apt-get install apache2-base
# systemctl start httpd2
systemctl start httpd2
# systemctl status httpd2
systemctl status httpd2
# echo "Hello, World" >/var/www/html/index.html
echo "Hello, World" >/var/www/html/index.html