Zoltan Szabo
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by Zoltan Szabo-
Dear All, The suggested solution worked right then. Now let me just SUM up what you need to install mcrypt extension to php 7.2 on Cpanel. RPM link is for (Centos 7)! For other systems please see l...
-
It looks like the "yum install libmcrypt-devel" command referenced in my last response incorrectly included a space after the hyphen. I've corrected it so that it correctly shows: yum install lib...
-
Hello, yum install libmcrypt yum install libmcrypt -devel /opt/cpanel/ea-php72/root/usr/bin/pecl install channel://pecl.php.net/mcrypt-1.0.1 Thank you. Dear All, I tried to setup mcyrpt php ext...
-
All right everybody, I was also brave and did the changes, and works all right! I have done this in apache global config. With the trick of double saving (server limit first 512 and second down to...
-
The Global Configuration UI wouldn't let me change Max Request Workers to the 400 that is recommended for Event MPM, so I went ahead and edited /var/cpanel/conf/apache/local, setting it there, and ...
-
Hello, The performance-related options in "WHM >> Apache Configuration >> Global Configuration" are intended for the Prefork MPM. You will notice the following under the "Notes" section for some o...
-
I have recently moved to MPM event from Prefork ergo this is a super relevant question for me also! After reading this article (link below) and what Linux4Me2 wrote I am sure that the default apac...
-
After changing MPMs, you should check in Software -> MultiPHP Manager -> PHP Handlers and make sure you have selected the handler you want to use for each version of PHP you are running. When I swi...
-
@Zoltan Szabo, PHP-FPM is my choice, because I've read lots of good things about it and I have the hardware resources for it. I'm also only running a single PHP version since I use cPanel just to a...
-
Howdy, The Apache developers, as of Apache 2.4.27, have disabled HTTP2 when using the prefork MPM. A detailed explanation is below, or located at: Pony Mail! mod_http2(v1.10.6) causes segmentatio...