GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
find waht php version this site is running then in shell run grep memcache -R /opt/cpanel/ea-phpXX/root/etc Where XX is the php version youa re running. And show us which files it spits out at you.
-
This is just a quick low researched reply but you may want to try the htaccess fix in this thread.
-
Did you switch your server to stable from release or something like that? The error indicates it's trying to downgrade from 88 to 86 which is not possible. I would verify that your channel is set...
-
You need a fqdn as your hostname. So issue the command hostname server.somedomain.com And then re-run the installer.
-
When you first load jetback on the refreshed server it gives you the option to go into recovery mode which will let you reattach your storage and start recovering accounts. Make sure you grab a co...
-
Really firewalld is just a way to manage iptables. We normally remove firewalld and install CSF which is another way to manage firewall rules and it integrates with whom and has a ton of nice feat...
-
There is no hard and fast rule on accounts per server. We have clients with 1200 accounts on a server and it runs fine and we have clients with 100 accounts on a server where it struggles. It all...
-
MIght have to try a few different things. I would start with rpm -qa|grep cpp And see specifically what is installed and then its worth trying rpm -w --no-deps cpp-xx-xx-xx-xx where the actual...
-
The primary things you can control are join_buffer_size (> 64.0M, or always use indexes with JOINs) table_open_cache (> 1500) innodb_buffer_pool_size (>= 2.6G) if possible. I would pr...
-
Sorry I was not more specific. In WHM click on ModeSecurity Tools and in the search bar, search on the IP that is getting blocked. That will show you what rule is being trigged and from there you...