Re:Ca s\'arrête de marcher et je me demande pourquoi..
Publié : mar. nov. 14, 2017 11:35 pm
Bonjour,
En installant PhpCompta, je bloquais sur l\'instruction
J\'ai trouvé la solution sur http://forum.ubuntu-fr.org/viewtopic.php?id=421524
Dans le fichier /etc/apache2/apache2.conf
rajouter
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$