I'm moving to a new VPS that's using CentOS 7.9, PHP 7.x, PHP-FPM, FastCGI, MariaDB 10.3, HTTP/2, and mod_pagespeed.
My main site uses quite a bit of Ajax to update sections of the page, in an attempt to encourage people to hang out on the site all day and easily check for updates.
Somewhere along the way, something is causing me to get a near constant stream of warnings from CSF:
Munin and top look fine, though, so I'm confident that I can ignore this specific warning. But if another account has a problem, or if this account has a problem that's unrelated to process time, then I don't want to ignore it.
Further, since these emails are delivered to my Gmail, I worry about inadvertently getting blacklisted!
Can you guys and gals suggest how I might stop the warning that match this specific warning? I figure that there's a magic trick with .pignore, but I'm not sure how to be that specific.
My main site uses quite a bit of Ajax to update sections of the page, in an attempt to encourage people to hang out on the site all day and easily check for updates.
Somewhere along the way, something is causing me to get a near constant stream of warnings from CSF:
Code:
Time: Thu Dec 17 17:13:09 2020 -0500
Account: example
Resource: Process Time
Exceeded: 9032 > 1800 (seconds)
Executable: /opt/cpanel/ea-php74/root/usr/sbin/php-fpm
Command Line: php-fpm: pool www_example_com
PID: 2144 (Parent PID:16359)
Killed: No
Further, since these emails are delivered to my Gmail, I worry about inadvertently getting blacklisted!
Can you guys and gals suggest how I might stop the warning that match this specific warning? I figure that there's a magic trick with .pignore, but I'm not sure how to be that specific.