Preparing steps for LAMP Installation
Apache install on Centos 7 MYSQL(MariaDB) install on Centos 7 PHP install on Centos 7 Apache install on Centos 7 Check OS version # cat /etc/*release Install apache # yum install httpd httpd-devel Start Service # systemctl start httpd# systemctl status httpd Test URL Browse for http://ip-address from web client system and same system Add…
