📅  最后修改于: 2022-03-11 14:53:58.100000             🧑  作者: Mango
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