[RESOLU] Pb lié au démarrage des services

Recoupe toutes les discussions à propos de Noalyss
kayou
Messages : 21
Inscription : mar. nov. 14, 2017 11:35 pm

Re:Ca s\'arrête de marcher et je me demande pourquoi..

Message par kayou »

Bonjour,

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
J\'ai trouvé la solution sur http://forum.ubuntu-fr.org/viewtopic.php?id=421524

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$ 
Répondre