Configuring Multiple PHP Versions on Virtualmin Rumi, January 30, 2026 Virtualmin allows the selection of different PHP versions and execution modes for each domain. The recommended execution mode is FPM, but CGI/FCGId is also available, enabling per-directory PHP version settings. Installing additional PHP versions On RHEL, Alma, Rocky, Oracle, CentOS Stream and Fedora Linux Install Remi repository . /etc/os-release &&… Continue Reading
Deploy a Container TIG (Telegraf, InfluxDB and Grafana) Stack Rumi, January 24, 2026February 16, 2026 My simplified container based TIG stack is built using docker. The following standalone design supported more than 500+ VM to monitor data. Versions: Docker- Docker version 29.1.3, build f52814d Telegraf- Telegraf 1.14.3 (git: HEAD 1b35d6c2) Influxdb- 1.6.4 Grafana- 10.0.3 Here’s the TIG Docker Script- version: ‘3.7’ services: influxdb: image: influxdb:1.6.4… Continue Reading