Great gods, there is an index. php file in the root directory of the website, which can be normally output through browser access, but I cannot explain how to execute phpindex. php in Linux. Is my method wrong? what should I do?
Great gods, there is an index. php file in the root directory of the website, which can be normally output through browser access, but I cannot explain how to execute php index. php in Linux. Is my method wrong? what should I do?
Reply content:
Great gods, there is an index. php file in the root directory of the website, which can be normally output through browser access, but I cannot explain how to execute php index. php in Linux. Is my method wrong? what should I do?
PHP installation directory/bin/php-vPHP installation directory/bin/php-cgi-v # If you can see the PHP version information, execute: export PATH = $ PATH: PHP installation directory/php/bin
Unable to see the information. install the PHP package.
Install the php command line interpreter first, such as Ubuntu/Debian:
sudo apt-get install php5-clisudo apt-get install php7.0-cli
Php sapi packages:
apt-cache search php7.0php7.0-cli - command-line interpreter for the PHP scripting languagephp7.0-cgi - server-side, HTML-embedded scripting language (CGI binary)php7.0-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)libapache2-mod-php7.0 - server-side, HTML-embedded scripting language (Apache 2 module)