3.8 Apache Webserver - Tomato6966/Debian-Cheat-Sheet-Setup GitHub Wiki

Requirements:

apt install ca-certificates apt-transport-https

Install Apache

apt-get install apache2

Start Apache

/etc/init.d/apache2 start

Restart Apache

/etc/init.d/apache2 restart

Stop Apache

/etc/init.d/apache2 stop