I set up a small web server to let my users run some simple PHP scripts. It was running fine for a few years and I didn’t have to troubleshoot any PHP related issues.
If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad
I got a report about a possible PHP problem. Looked under /var/log/httpd and did not find anything related to PHP. Checked php.ini, but the log file was not explicitly defined. Finally found it after viewing the output of phpinfo(). The default PHP log file location is
/var/log/php-fpm/www-error.log
Leave a Reply