yum install httpd httpd-devel
Start the service service httpd start
2. Install php
yum
install php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml
The above introduces the centOs installation and construction of the PHP environment, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.