Use the command below to quickly see which sites are running (outdated) PHP versions on your Virtualmin server:
- Vander Host are specialists in domain name registration, website and VPS hosting.
How to determine the version of PHP running per site on a Virtualmin server
Tags
- Created:
- Last Modified Date
FAQ
Can you update the PHP version of disabled sites?
Yes
How do you purge the PHP 7.4 version?
First find all installed versions:
Purge common, this will also uninstall
libapache2-mod-php7.4
Check again using
dpkg
.How do you find all PHP 8.2 packages?
dpkg -l | grep '^ii php8.2'
How do I install PHP 8.4 on Ubuntu 20.04?
It’s not officially supported but you can do this:
Reference