How to Install a LAMP stack on a Linode Server

Shell
sudo systemctl enable httpd.service
sudo systemctl start httpd.service
IncludeOptional sites-enabled/*.conf
      
Source

Also in Shell: