How to Install PHP 8.5 on Debian 13 Trixie

How-to-Install-PHP-8.5-on-Debian-13-Trixie

Recently, while setting up a new LEMP server for WordPress, I needed PHP 8.5. Since Debian 13 doesn’t include PHP 8.5 by default, I used Sury’s trusted repository. In this tutorial I’ll show you the exact steps I followed to install PHP 8.5 on Debian 13 Trixie. Why PHP 8.5 and not PHP 8.4 Every time PHP updates, we get compatibility improvements, security fixes, bug… Read More »

How to Configure Valkey for WordPress in Rocky Linux 10

How-to-Configure-Valkey-for-WordPress-in-Rocky-Linux-10

Recently, I have got a new client who wanted to migrate his existing WordPress eCommerce website to new Linux server with latest PHP. He had a specific requirement that he want Rocky Linux 10 only. I said ok, he also mentioned that he want Redis also to be configured. He also said that before making the decision, i should do a proper research whether i… Read More »

How to Install WordPress with Nginx on Rocky Linux 10 with SSL

how-to-install-wordpress-with-nginx-on-rocky-linux-10-with-ssl

Last week I was browsing the internet for the best WordPress setup and came across three kinds of setup LAMP (Linux, Apache, MySql and Php), LEMP (Linux, Nginx, MySql and Php) and WordPress with OpenLitespeed. Being an IT guy I know that Nginx and OpenLitespeed are the fastest. So, I shortlisted WordPress with OpenLitespeed and LEMP setups. I thought to first try both and then… Read More »