Bonjour,
[b]A la question:   En clair que donnent
dpkg -l | grep php
grep  "application.php"  /etc/apache-ssl/.conf
grep  "application.php"  /etc/apache/.conf
voici la réponse.[/b]
*****:~$ su
Password:
LinuxDeb:/home/*****# dpkg -l | grep php
ii  libapache2-mod-php4               4.4.4-3                         server-sid e, HTML-embedded scripting languag
ii  php4-common                       4.4.4-3                         Common fil es for packages built from the php
ii  php4-interbase                    5.1.2-1                         interbase/ firebird module for php4
ii  php5-cgi                          5.1.6-5                         server-sid e, HTML-embedded scripting languag
ii  php5-common                       5.1.6-5                         Common fil es for packages built from the php
ii  php5-mysql                        5.1.6-5                         MySQL modu le for php5
ii  phpmyadmin                        2.9.0.3-1                       Administra te MySQL over the WWW
:/home/# grep "application.php" /etc/apache-ssl/.conf
grep: /etc/apache-ssl/.conf: Aucun fichier ou répertoire de ce type
:/home/# grep "application.php" /etc/apache-/.conf
grep: /etc/apache-/.conf: Aucun fichier ou répertoire de ce type
:/home/#
Pour : Est-ce que tu as installé le serveur sql ?
J’ai installé LAMP. Je pense qu’il est dedans.
Je précise que lorsque je teste le fichier “Test.php”, tout va bien.
Jipé