leisegang
Priority Members
-
Joined
-
Last visited
Solutions
-
leisegang's post in List PHP version for sites was marked as the answeri just made a module and ran this in the module file:
<?php if ( !isset( $include_path ) ) { echo "invalid access"; exit( ); } $phpversion1 = shell_exec("grep php-fpm74 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 7.4</h2><pre>".$phpversion1."</pre>"; echo "<br><br>"; $phpversion2 = shell_exec("grep php-fpm82 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 8.2</h2><pre>".$phpversion2."</pre>"; echo "<br><br>"; $phpversion3 = shell_exec("grep php-fpm83 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 7.3</h2><pre>".$phpversion3."</pre>"; echo "<br><br>"; $phpversion4 = shell_exec("grep php-fpm84 /usr/local/apache/conf.d/vhosts/*"); echo "<h2>PHP Version 8.4</h2><pre>".$phpversion4."</pre>"; echo "<br><br>"; ?> -
leisegang's post in View sites PHP version was marked as the answerThis is what i came up with:
Search for PHP 7.4
grep -r "74" /home/*/.conf/webservers/ Search for PHP 8.2
grep -r "82" /home/*/.conf/webservers/ Displaying all versions
grep -r "php-fpm_ver" /home/*/.conf/webservers/
I did not find that file/folder in all accounts. I dont know why
-
leisegang's post in Email delivery was marked as the answerI got a message saying that i dont have access/rights to view this plugin.
I Tried to remove it manually and installed it again with this command and then it worked