yum install php -y

vim /var/www/html/index.php

<?php
        phpinfo();
?>

http://172.25.254.113/index.php

就可以查看php目录

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

相关文章:

  • 2021-11-25
  • 2021-05-12
  • 2021-05-23
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2021-11-02
  • 2021-10-09
  • 2021-11-16
  • 2021-08-24
  • 2021-11-14
相关资源
相似解决方案