Recent Posts

Pages: 1 ... 7 8 [9] 10
81
Addons / Re: Redis server upgrade
« Last post by mind5t0rm on August 21, 2025, 05:14:51 AM »
Which version of PHP? This guide is older, but still works under AlmaLinux 8

Thank you Overseer

NGINX > Apache > PHP-FPM (forced) 8.3.12

I already have Redis Server installed, it is just the default version IMH tends to install.

I'm already using the WP-SALT Keys, custom wp-config.php directives and Redis Cache plugin, etc on all of our WordPress websites.

I've also customized the Redis .conf file for performance reasons.

What I'm looking into is how to upgrade Redis server from its current (2018, I think) version to a newer one closer to Redis 8.X.X

I followed this guide here:
https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/rpm/

But the repo won't show any update at all.

That's why GEMINI AI suggests to me to completely remove Redis and do a clean-install.

However I'm concerned about incompatibility issues on a production server.

Did anyone tried that before?
82
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« Last post by Starburst on August 20, 2025, 11:39:48 AM »
softaculous asked CWP for a license so that resellers are able to upgrade all clients sites.

CWP has never responded or given them a license to test with

Odd, we worked with Softaculous, and never heard about any request like this.

Your first line is also a little confusing. Not sure how a CWPpro license would have helped a Softaculous program perform upgrades on 'all' client sites.
83
Addons / Re: Redis server upgrade
« Last post by Starburst on August 20, 2025, 11:11:10 AM »
Best best is using Cloudflare's CDN and Cache.

Even the highest ranking WP Cache uses and integrates with it.
84
Addons / Re: Redis server upgrade
« Last post by overseer on August 20, 2025, 10:50:28 AM »
Which version of PHP? This guide is older, but still works under AlmaLinux 8:
https://blog.alphagnu.com/speedup-wordpress-decrease-server-load-redis-cache-cwp-centos-webpanel/
85
Updates / Re: How to update phpMyAdmin to latest version without breaking CWP?
« Last post by Martins-phpbb on August 20, 2025, 07:45:51 AM »
Just updated my AL9 went smooth.
86
Addons / Re: WordPress Management Tool (i.e. WP-Toolkit)
« Last post by mind5t0rm on August 20, 2025, 05:12:22 AM »
Try it and see if Softaculous works for you.

Just wanted to follow-up on this.

I've got the Softaculous Premium license from our host and indeed it has the same functionality with WP-Toolkit PRO or even better.

They did a very good work on the Premium license.
87
Addons / Redis server upgrade
« Last post by mind5t0rm on August 20, 2025, 05:11:06 AM »
Hello there

(feel free to move this topic to another section if it is incorrectly placed)

I'm currently using

Code: [Select]
redis-server --version
Redis server v=5.0.3 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=14b81d825631ff0c

I've configured the custom repository following Redis documentation, I've cleared DNF cache, and tried everything.

However, DNF will not show me any available update even though Redis current self-hosted version is at 8.X.X

How can I upgrade the Redis server to a newer version?

I'm on AlmaLinux 8.

Is there any guide?

After trying every possible method, Gemini AI suggests that I would need to manually download the files and compile the new version locally, delete the old version and apply the new version - with all the risks of incompatibility that entails.

Thank you very much.
88
Nginx / Re: Brotli Module update version
« Last post by mind5t0rm on August 20, 2025, 05:01:08 AM »
FYI for anyone looking to enable Brotli compression on Nginx 1.28v ++

This guide worked for me:
https://www.alphagnu.com/topic/10-enable-brotli-compression-on-nginx-cwp-and-on-linux-os-for-official-nginx/

I followed the last thread by AmarBunty on May 23.
89
E-Mail / Re: upgrade spamassassin
« Last post by Starburst on August 19, 2025, 02:20:57 PM »
CentOS 7 is past EOL, and is now a dead OS.

You need to look at upgrading to AlmaLinux 8 or 9.
90
E-Mail / Re: upgrade spamassassin
« Last post by cyberspace on August 18, 2025, 02:12:31 PM »
You need to switch Centos' repos to Vault:

To do it:

1. Disable the vanilla Centos' repositories:
Code: [Select]
cd /etc/yum.repos.d/
mv CentOS-Base.repo  CentOS-Base.repo_orig
2. Create and open the file /etc/yum.repos.d/CentOS-Base.repo
using favorite text editor and put following content into the file:
Code: [Select]
[base]
name=CentOS-$releasever - Base
baseurl=http://vault.centos.org/7.9.2009/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

[updates]
name=CentOS-$releasever - Updates baseurl=http://vault.centos.org/7.9.2009/updates/$basearch/
gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

[extras]
name=CentOS-$releasever - Extras baseurl=http://vault.centos.org/7.9.2009/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7   

3. Clean yum's cache
Code: [Select]
yum clean all       
4. Update outdated binary packages to the latest version provided by repository Centos' valut repository
Code: [Select]
yum update
Please note you do it your own risk.
Pages: 1 ... 7 8 [9] 10