
Bigwebmaster
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by Bigwebmaster-
Bigwebmaster commented,
I had the same issue with AlmaLinux 9 and installing a DNS Only server. Was fairly easy to solve, you just need to make sure you set your timezone before running the Cpanel Installer. The issue is ...
-
Bigwebmaster commented,
Just wanted to mention we are also occasionally getting this error when sending out e-mail from the server. Subject: Cron /usr/local/cpanel/scripts/eximstats_spam_check 2>&1 Cron Daemon 8:05 AM ...
-
Bigwebmaster commented,
I hit this problem today as well, and got the same exact error message. I checked /usr/local/cpanel/logs/error_log and nothing gets logged there regarding this. To solve this problem: Can't locate...
-
Bigwebmaster created a post,
[CPANEL-20407] chkservd restarts MySQL when server time doesn't match MySQL time
I have our server configured so that MySQL actually returns UTC time, and this is intentional. However the server itself has its local time configured as PDT. It seems like an update recently hap...
-
Bigwebmaster commented,
I also did something similar to Rodrigo Gomes, my after statement also included ipaliases to make sure each additional IP address was setup too: After=network-online.target ipaliases.service
-
Bigwebmaster commented,
Thanks, I had actually figured this out before your post, but that is pretty much exactly what I did to solve the issue with Apache starting before the network was ready. Besides adding network0onl...
-
Bigwebmaster commented,
I was having this issue as well, still unsure of the cause or to why its happening, but I was able to fix it by restarting php-fpm: systemctl restart ea-php70-php-fpm.service That would change de...
-
Bigwebmaster commented,
Also I realized above I didn't mention using: ea4_main.local I copied ea4_main.default to ea4_main.local and then made the changes to the local version. The default will probably be overwritten d...
-
Bigwebmaster commented,
Nevermind, figured it out. I couldn't find any documentation on it, but if you are using EasyApache 4 and you look at the directory: /var/cpanel/templates/apache2_4 besides having main.default, t...
-
Bigwebmaster commented,
Did you have any issues with main.local's changes being honored? When I add ssl_vhost.local I can see those changes make it to httpd.conf after running rebuildhttpconf, however, none of the changes...