How to determine the version of PHP running per site on a Virtualmin server

Use the command below to quickly see which sites are running (outdated) PHP versions on your Virtualmin server:

find -L /home/*/etc/php.ini -xtype l -exec ls -l {} \;
An alternative version, that takes longer and with poorer format, is listed below:
virtualmin list-domains --multiline

Reference

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top