Installing Server

  • Install the httpd daemon and restart

sudo yum install httpd -y
sudo systemctl start httpd.service

Check Status

Configure Swappiness and Installing NTP

Configure VM Swappiness

Add this line:

​Reboot the machine to make the changes effective

Install the ntp package​

Start the service and verify its status.

Ensure that the service starts automatically on reboot.

Last updated