This question may seem ridiculous, but how do I restart php? After changing php.ini, which resides in /usr/local/php80/lib, I've tried the usual suspects:
systemctl restart httpd.service
systemctl stop httpd.service
systemctl start httpd.service
systemctl restart nginix.service (nginx is running as reverse proxy)
But the changes don't take effect.
apachectl configtest has no errors.
Rebooting does the trick, but obviously, I don't want to reboot the entire server every time I alter php.ini. (This is an Almalinux 9 server in case this makes any difference.) Any ideas very welcome!
systemctl restart httpd.service
systemctl stop httpd.service
systemctl start httpd.service
systemctl restart nginix.service (nginx is running as reverse proxy)
But the changes don't take effect.
apachectl configtest has no errors.
Rebooting does the trick, but obviously, I don't want to reboot the entire server every time I alter php.ini. (This is an Almalinux 9 server in case this makes any difference.) Any ideas very welcome!