Check which PHP version is by default enabled
php -i | grep -i '^php'
Check on server webbrowser , create php info file
$ sudo vim /var/www/html/info.php
<?php
phpinfo();
?>
now, check on webbrowser : http://server-ip/info.php
I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
0 comments:
Post a Comment