Bonjour Nux_o & merci 
/etc/apache2/site-enabled/tonsite.conf
`<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet`
/etc/phpmyadmin/apache.conf
# phpMyAdmin default Apache configuration
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mod_php5.c>
<IfModule mod_mime.c>
AddType application/x-httpd-php .php
</IfModule>
<FilesMatch ".+\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_admin_flag allow_url_fopen Off
php_value include_path .
php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp
php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext/:/usr/share/javascript/:/usr/share/php/tcpdf/
</IfModule>
</Directory>
# Authorize for setup
<Directory /usr/share/phpmyadmin/setup>
<IfModule mod_authz_core.c>
<IfModule mod_authn_file.c>
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
</IfModule>
Require valid-user
</IfModule>
</Directory>
# Disallow web access to directories that don't need it
<Directory /usr/share/phpmyadmin/libraries>
Require all denied
</Directory>
<Directory /usr/share/phpmyadmin/setup/lib>
Require all denied
</Directory>
/var/log/apache2/access.log : fichier vide!
grep -v ^# /etc/apache2/apache2.conf
Mutex file:${APACHE_LOCK_DIR} default
PidFile ${APACHE_PID_FILE}
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
HostnameLookups Off
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf
Include ports.conf
<Directory />
Options FollowSymLinks
AllowOverride All
Require all denied
</Directory>
<Directory /usr/share/>
AllowOverride All
Require all granted
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directory /srv/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
AccessFileName .htaccess
<FilesMatch "^\.ht">
Require all denied
</FilesMatch>
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
IncludeOptional conf-enabled/*.conf
IncludeOptional sites-enabled/*.conf
Include /etc/phpmyadmin/apache.conf
dpkg -l |grep php5
ii libapache2-mod-php5 5.6.27+dfsg-0+deb8u1 i386 server-side, HTML-embedded scripting language (Apache 2 module)
ii php5 5.6.27+dfsg-0+deb8u1 all server-side, HTML-embedded scripting language (metapackage)
ii php5-apcu 4.0.7-1 i386 APC User Cache for PHP 5
ii php5-cgi 5.6.27+dfsg-0+deb8u1 i386 server-side, HTML-embedded scripting language (CGI binary)
ii php5-cli 5.6.27+dfsg-0+deb8u1 i386 command-line interpreter for the php5 scripting language
ii php5-common 5.6.27+dfsg-0+deb8u1 i386 Common files for packages built from the php5 source
ii php5-curl 5.6.27+dfsg-0+deb8u1 i386 CURL module for php5
ii php5-gd 5.6.27+dfsg-0+deb8u1 i386 GD module for php5
ii php5-imagick 3.2.0~rc1-1 i386 Provides a wrapper to the ImageMagick library
ii php5-imap 5.6.27+dfsg-0+deb8u1 i386 IMAP module for php5
ii php5-intl 5.6.27+dfsg-0+deb8u1 i386 internationalisation module for php5
ii php5-json 1.3.6-1 i386 JSON module for php5
rc php5-ldap 5.6.27+dfsg-0+deb8u1 i386 LDAP module for php5
ii php5-mcrypt 5.6.27+dfsg-0+deb8u1 i386 MCrypt module for php5
ii php5-memcache 3.0.8-5 i386 memcache extension module for PHP5
ii php5-mysqlnd 5.6.27+dfsg-0+deb8u1 i386 MySQL module for php5 (Native Driver)
ii php5-pspell 5.6.27+dfsg-0+deb8u1 i386 pspell module for php5
ii php5-readline 5.6.27+dfsg-0+deb8u1 i386 Readline module for php5
ii php5-recode 5.6.27+dfsg-0+deb8u1 i386 recode module for php5
ii php5-snmp 5.6.27+dfsg-0+deb8u1 i386 SNMP module for php5
ii php5-sqlite 5.6.27+dfsg-0+deb8u1 i386 SQLite module for php5
ii php5-tidy 5.6.27+dfsg-0+deb8u1 i386 tidy module for php5
ii php5-xmlrpc 5.6.27+dfsg-0+deb8u1 i386 XML-RPC module for php5
ii php5-xsl 5.6.27+dfsg-0+deb8u1 i386 XSL module for php
dpkg -l |grep libapache2-mod-php5
ii libapache2-mod-php5 5.6.27+dfsg-0+deb8u1 i386 server-side, HTML-embedded scripting language (Apache 2 module)