En installant PhpCompta, je bloquais sur l\'instruction
Code : Tout sélectionner
pierre@pierre:/srv/www/html/phpcompta$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2 apache2: Could not reliably determine the server\'s fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server\'s fully qualified domain name, using 127.0.1.1 for ServerName
Dans le fichier /etc/apache2/apache2.conf
rajouter
Code : Tout sélectionner
# Définition ServerName
ServerName localhost
Code : Tout sélectionner
pierre@pierre:/srv/www/html/phpcompta$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2 ... waiting [ OK ]
pierre@pierre:/srv/www/html/phpcompta$