Zoltan Szabo

  • Total activity 52
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 11

Activity overview

Latest activity by Zoltan Szabo
  • Zoltan Szabo created a post,

    mcrypt php extension on PHP 7.3

    Dear All, I still have that 3rd party stuff running mcrypt, thus switching to a newer PHP always needs mcrypt install. I tried to install it to php 7.3 and got this error. root@server [~]# /opt/c...

  • Zoltan Szabo created a post,

    Brotli, Gzip correct order

    Dear All, In a nutshell: How to set apache to favour Brotli over Gzip if both available! Story + Troubleshooting: Today I have enabled brotli via WHM => EasyApache => Apache modules => mod_brotli...

  • Zoltan Szabo created a post,

    Whitelist Cloudflare IPS

    Dear All, I activated Cloudflare on one of my websites and just how CF suggest I like to whitelist CF IPs. See CF IP list: IP Ranges | Cloudflare I found numerous ways to do it, some seems obsole...

  • Zoltan Szabo created a post,

    Free Kernel Patch Applied Immediately

    Hello @vlee, In this case, it looks like KernelCare has actually published the updated kernel before CentOS. This is resulting in Security Advisor detecting a mismatch between the installed kernel...

  • Zoltan Szabo commented,

    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...

  • Zoltan Szabo commented,

    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...

  • Zoltan Szabo commented,

    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...

  • Zoltan Szabo commented,

    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...

  • Zoltan Szabo commented,

    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 ...

  • Zoltan Szabo commented,

    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...