How to install PHP 7 on EC2 t2.micro Instance running Amazon Linux Distro

后端 未结 14 1834
暖寄归人
暖寄归人 2020-12-04 12:29

I want to install the latest PHP 7.0 on an AWS EC2 T2.Micro Instance. So far I have read that currently AWS do not support PHP 7. But hey.. This is just a virtual server in

14条回答
  •  攒了一身酷
    2020-12-04 12:55

    Several answers should work here; however, when I was installing mine, it would not render pages and would display text instead of rendered PHP.

    To fix that, I ran

    sudo yum install php70-php-fpm

    After that, everything started working.

提交回复
热议问题