JacobPerkins
- Total activity 994
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 381
Comments
Recent activity by JacobPerkins-
Hi, It'll be easier to build the RPM like here: GitHub - pagespeed/cpanel: mod_pagespeed module for CPanel WHM Using a dummy package via 'httpd' won't work, as we strictly conflict with httpd.
-
Hi, You most likely need to update your yum cache. 'yum update' from the command line of your server should fix this.
-
Hi, These problems aren't directly from EA4. There appears to be major issues with python and possibly Perl on your system. "ImportError: No module named _struct" This is coming directly from YU...
-
Good morning, If you can throw in a ticket on this, I'd like to check this system out. I haven't heard of any slow downs when comparing EA3 vs EA4, and I'm suspecting that it's your Apache configu...
-
No, this is not wise. You're basically dropping everything from the memory cache. Linux keeps the caches full 99% of the time so it doesn't have to keep reading the disk. Having 'free' memory wil...
-
Dont know why cpanel is working on multiple PHP versions system when there is already Cloudlinux for this purpose. Also Cloudlinux is your close partner, whats the benefit of putting in resources t...
-
Howdy, I have PHP54, PHP55, PHP56, PHP70 and PHP71 available on my personal machine, available to all of the clients (friends) on my system. There are no performance issues with running multiple P...
-
Hi, 1> Yes, EA4 nativally supports multiple PHP verisons, so you can keep those sites on PHP 56 and run PHP 70 && PHP71 on different sites.
-
Hi, You'll probably need to go into SSH and run 'yum remove ea-apache24-mod_proxy_hcheck'
-
Hi, mod_proxy_hcheck is not fully thread safe. During our last update we noticed it's gotten worse, and thus we've added conflicts to ensure that Apache remains up and stable when using hcheck. Yo...