Install php
install php5 with mysql bindings
sudo yum install php php-mysql
sudo service httpd restart
create info.php file and display it on browser
follow this lab to install apache if it is not installed
Install and configure apacheCreate the info.php file and add below content.
sudo vi /var/www/schoolofdevops/info.php
check your info.php page by http://youripaddress/info.php