Today I am going to talk about clients hosting multiple WordPress installations under one hosting account. We have many clients who are developers, and they have a habit of create sub-domains and develop new sites on them. There is nothing wrong with doing this, providing they move the sites to its own hosting account once … Continue reading The problem with hosting multiple WordPress installations under one hosting account.
Fixing DKIM records for a domain.
Today I was testing the DKIM record for a domain, and discovered that it was failing. The DNS records are hosted on Cloudflare, and the emails are managed by multiple cPanel servers. This domain has been moved around between servers, and I am thinking that’s why the public and private keys weren’t working correctly. Below … Continue reading Fixing DKIM records for a domain.
cPanel – Service is running but shows as failed in WHM Service Status
This morning I was informed the service cpanel_php_fpm was down. So I logged into WHM and it indeed showed that it was down. Next I logged into SSH and restarted the service by running the following command: # /scripts/restartsrv_cpanel_php_fpm restart The result shows that it is up. # ps -C cpanel_php_fpm and it shows 2 processes running. Ok, … Continue reading cPanel – Service is running but shows as failed in WHM Service Status
How to get mytop working on cPanel
Was trying to use mytop on one of my servers today, and got the error message: Can’t locate Term/ReadKey.pm in @INC This server is using cPanel/CloudLinux and this is what I have done to fix this problem: I ran: #yum whatprovides “perl(Term::ReadKey)” to find out the yum package that contains the perl module. I use … Continue reading How to get mytop working on cPanel