linux中apache服务详解2(企业级)php

版权声明:皆为本人原创,复制必究 https://blog.csdn.net/m493096871/article/details/84675546

yum install php -y

vim /var/www/html/index.php

<?php
        phpinfo();
?>

http://172.25.254.113/index.php

就可以查看php目录

猜你喜欢

转载自blog.csdn.net/m493096871/article/details/84675546