Skip to content

3.8 Apache Webserver

Tomato6966 edited this page Oct 15, 2021 · 1 revision

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
Clone this wiki locally