dsx58940 2018-05-02 06:44
浏览 42
已采纳

如何在亚马逊AMI实例上编辑php.ini(php版本7.1)文件

I want to change my default php.ini file configuration on amazon-ec2 AMI instance.i can access any my instance using putty and filezila.

  • 写回答

1条回答 默认 最新

  • douhuigang9550 2018-05-02 06:44
    关注

    This is only for php version 7.1 or greater.

    1. Conncet your instance using filezila or winSCp .
    2. Navigate to /etc folder.
    3. you can see .ini file at bottom name php-7.1.ini.
    4. using filezila right click on that file and click File Permissions.
    5. If your file permission is 777 then good to go or it is any other than 777 then change it permission using command line interface just remember it's current permission.
    6. use this command to change permission sudo chmod 777 /etc/php-7.1.ini
    7. Now you can edit your .ini file.
    8. After edit your file set back to it's previous permission to 644 or whatever your default ini permission using this command sudo chmod 644 /etc/php-7.1.ini.
    9. And it's done dont forgot to restart server using this command sudo service httpd restart.
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 划分vlan后不通了
  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大