|
Section Grégory
|
|
Écrit par Greg
|
|
Dimanche, 24 Janvier 2010 11:21 |
|
si après install au démarrage d'apache2 :
apache2: Could not reliably determine the server’s fully qualified domain name, using [une Ip] for ServerName
alors
echo "ServerName "$(uname -n) >> /etc/apache2/conf.d/$(uname -n).conf
|