Quote from: Chen Zhen on March 21, 2026, 12:04:41 AMThe session fix seems to be working good now and the other thing you reported in the shoutbox seems to be from some sort of brute force bot attack.
It seems my site was targeted by some sort of script that bombards the server with querying files (non-existent) that was forcing PHP-FPM to handle the errors which was overwhelming it. 2 IP's were mostly involved so I blocked them but that won't stop it from happening again.
I didn't realize until I looked into it that it's best to configure Apache to handle those type of errors instead of leaving it up to PHP. I had to make some adjustments in my Apache configuration file.
ref. php-fpm ProxyErrorOverride on
I also added a custom error page while I was at it.
At one time I used to have an assortment of custom error pages but must have neglected to include them at some point.
QuoteSomething went wrong and an AI response wasn't generated.