Entries from April 2025

How To Install mod_evasive on Apache 2.4 in Rocky Linux 9

Author: , April 15th, 2025

If you’re running Apache 2.4 on Rocky Linux 9 and want to protect your web server against basic DoS, DDoS, or brute-force attacks, installing mod_evasive is a solid option. Unfortunately, the module isn’t included by default, and some manual work is required to get it running. Here’s a quick guide to getting it installed and […]

How To Fix the “no hostkey alg” SSH Error Message on Older MacOSX

Author: , April 9th, 2025

The included, MacOSX-native ssh binary does not support newer SHA2 keys, so it gets the dreaded “no hostkey alg” error. To fix that, install ssh via homebrew or macports and use that binary instead:

🚀 Upgrading to PHP 8.3 on Rocky Linux 9 Without Crying (Too Much)

Author: , April 8th, 2025

So you’ve finally admitted PHP 8.0 isn’t cutting it anymore. Maybe your Symfony app tripped over a new syntax. Maybe your vendor/ folder started speaking in tongues. Maybe you enjoy suffering and thought “hmm, what if I upgraded my production runtime on a Friday afternoon?” Whatever brought you here—regret, most likely—this guide walks you through […]