linux4me2
- Total activity 366
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 109
Comments
Recent activity by linux4me2-
I ended up retrieving the logs from a backup, and found out that the command to retrieve my settings from local.ini did fail: [2017-08-23 02:47:16 -0400] Processing: Checking for deprecated PHP l...
-
This is interesting. I was going to take a look at the update log and see what happened in my case. I looked in /var/cpanel/updatelogs/ and it's empty. I got the email saying the upcp script did ru...
-
All my settings that were reset were set via WHM -> MultiPHP INI Editor as well. For me, it affected both PHP 5.6 and 7.0. I don't even have the feature enabled for cPanel -> MultiPHP INI Editor.
-
If I understand correctly, with v66, the MultiPHP INI Editor saves changes to /opt/cpanel/ea-phpXX/root/etc/php.ini for suPHP, and to .user.ini in the user's home directory with PHP-FPM, though the...
-
Thank you, Michael. So, I must have stumbled on a workaround. I can turn PHP-FPM off, then back on, and my change to upload_max_filesize in the MultiPHP INI Editor was then used by the site using ...
-
Just thought I should mention that if the OP is thinking of disabling Mod_Ruid2 to enable HTTP2, some other symlink race condition protection might be worth thinking about before proceeding if the ...
-
That may work in some cases (depending on the remote mail server's policies), but it also involves unsupported workarounds: DKIM for main server hostname Thank you. The workaround suddenly stopp...
-
Could you just set up a separate DNS zone for your hostname, then add SPF and DKIM records to it? Your emails would then pass both SPF and DKIM checks and shouldn't end up in the spam folder.
-
@cPanelMichael I think you can mark this one solved. The workaround described here seems to work just fine.
-
@Zoltan Szabo the double-saving workaround for getting Server Limit is a nice touch. From my reading of the Apache documents on Minimum Spare Servers and Maximum Spare Servers, they are only used...