Answers for "amazon linux 2 php.ini changes not working"

PHP
0

amazon linux 2 php.ini changes not working

Since PHP on Amazon Linux ran with FPM/FastCGI I had to do:

sudo systemctl restart php-fpm.service

before restarting apache, i.e

sudo systemctl restart httpd.service
Posted by: Guest on March-22-2021

Code answers related to "amazon linux 2 php.ini changes not working"

Browse Popular Code Answers by Language