I want to migrate one of my websites to AWS lightsail and I need access the php.ini file. I have found a php.ini file located in opt/bitnami/php/etc/ but all the changes I do to that file doesn't reflect on the server. I'm using the "bitnami" user. I have tried to restart the apache server with the command
sudo /opt/bitnami/ctlscript.sh restart apache
I have even tried to reboot the lightsail instance but it's still not reflecting. I tried to run the command
php --ini
and it shows that the php.ini configuration file is located in /bitnami/lamp71stack-linux-x64/output/php/lib but I cannot find that path on my lightsail linux server. php --ini resutlt
- 1Strangly the best place to look would be the AWS ForumRiggsFolly– RiggsFolly2019-07-02 15:34:36 +00:00Commented Jul 2, 2019 at 15:34
- Or maybeRiggsFolly– RiggsFolly2019-07-02 15:36:35 +00:00Commented Jul 2, 2019 at 15:36
Add a comment |