Bonjour à tous,
Je vous remercie d’avance pour votre aide.
Je viens d’installer Debian 8.6 tout frais en multiboot à côté d’Ubuntu, 16 et 14, ainsi que LinuxMint 17.
J’ai installé Apache, Php5, MySql et PhpMyAdmin
Apache répond bien à l’adresse http://localhost
PhpMyAdmin est également fonctionnel.
Mais si je lance un simple test.php avec seulement phpinfo() la page est blanche
cat /var/www/html/test.php
<? phpinfo(); ?>
Les logs access.log et error.log ne contiennent pas d’erreur.
`> dpkg -l | egrep “apache|php”
ii apache2 2.4.10-10+deb8u7 amd64 Apache HTTP Server
ii apache2-bin 2.4.10-10+deb8u7 amd64 Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.10-10+deb8u7 all Apache HTTP Server (common files)
ii apache2-doc 2.4.10-10+deb8u7 all Apache HTTP Server (on-site documentation)
ii apache2-utils 2.4.10-10+deb8u7 amd64 Apache HTTP Server (utility programs for web servers)
ii libapache2-mod-php5 5.6.27+dfsg-0+deb8u1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php-gettext 1.0.11-1 all read gettext MO files directly, without requiring anything other than PHP
ii php-tcpdf 6.0.093+dfsg-1 all PHP class for generating PDF files on-the-fly
ii php5 5.6.27+dfsg-0+deb8u1 all server-side, HTML-embedded scripting language (metapackage)
ii php5-cli 5.6.27+dfsg-0+deb8u1 amd64 command-line interpreter for the php5 scripting language
ii php5-common 5.6.27+dfsg-0+deb8u1 amd64 Common files for packages built from the php5 source
ii php5-gd 5.6.27+dfsg-0+deb8u1 amd64 GD module for php5
ii php5-json 1.3.6-1 amd64 JSON module for php5
ii php5-mcrypt 5.6.27+dfsg-0+deb8u1 amd64 MCrypt module for php5
ii php5-mysql 5.6.27+dfsg-0+deb8u1 amd64 MySQL module for php5
ii php5-readline 5.6.27+dfsg-0+deb8u1 amd64 Readline module for php5
ii phpmyadmin 4:4.2.12-2+deb8u2 all MySQL web administration tool
`
En fait, je ne sais pas trop où chercher.
J’apprécierais un petit coup de pouce de votre part.
Merci d’avance
Roger