Last active
June 16, 2020 09:37
-
-
Save amityweb/f88559da24a72d22a973ef3d4d6ba835 to your computer and use it in GitHub Desktop.
list-sites-using-php-versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find -L /home/*/etc/php.ini -xtype l -exec ls -l {} \; | grep 'php5' | |
find -L /home/*/etc/php.ini -xtype l -exec ls -l {} \; | grep 'php7' | |
# Virtualmin update php version from CLI with: | |
virtualmin modify-web --domain domain.com --php-version 7.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment