vanessa
- Total activity 1160
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 492
Comments
Recent activity by vanessa-
It likely means that files in the sessions folder were deleted as the backup was running. This should only be a warning though and not something that would halt backups completely.
-
Here's what I tested for local.cf and seems to work: header FROM_THE_FUTURE Date =~ /20[3-9]\d-[0-1]\d-[0-3]\d [0-2]\d:[0-5]\d:[0-5]\d [A-Za-z]+/i score FROM_THE_FUTURE 20.0 describe FROM_THE_FUT...
-
From a quick test, it looks like emails from the future only have a score of about 1.3, which likely isn't enough to mark it as spam for some reason. You can also block them outright by creating a ...
-
Stats are in /home/$user/tmp, feel free to look at those files and see
-
I wasn't able to find this feature either on 110
-
This isn't a cPanel issue, so these forums are likely not the best place to ask for help with optimizing your application's MySQL database. My only suggestion is if you're using Cloudlinux, if My...
-
You probably want to have a developer look into this for you. From first glance, your app appears to be using persistent connections, which is typically unneeded when using a local SQL server. Con...
-
The services can become outdated if the underlying service files are changed on the operating system. Easy mode to disable automatic updates is to remove the upcp cron from your system.
-
Error implied that the script is expecting a file but hitting a directory. I'm guessing maybe there's a directory in /var/cpanel/userdata that shouldn't be there? find . -type d
-
By default, a new server would not be clustered unless you cluster it. In this case, I was referring to the DNS cluster. You'll basically have two standalone cPanel servers, and when one fails you ...