Linux serverlinux web serverNETWORK ADMINISTRATIONS

Install Apache web server on Linux Mint

To Check linux OS version
First open Terminal.
Then write following command.
cat /etc/os-release

To install Apache write following command.
sudo apt-get install apache2

Check Apache server status use following command.
sudo service apache2 status

source

by Learning Bloq

linux web server