« Apache2 : AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message » : différence entre les versions
De www.yakakliker.org
(Page créée avec « Editer le fichier : /etc/apache2/apache2.conf Ajouter la ligne suivante à la fin du fichier. as<syntaxhighlight lang="bash"> ServerName 127.0.0.1 </syntaxhighlight>Recharger Apache2<syntaxhighlight lang="bash"> systemctl restart apache2 </syntaxhighlight> === Lien : === https://www.digitalocean.com/community/tutorials/apache-configuration-error-ah00558-could-not-reliably-determine-the-server-s-fully-qualified-domain-name Catégorie:Apache2 Catégorie... ») |
Aucun résumé des modifications |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
Editer le fichier : /etc/apache2/apache2.conf | Editer le fichier : /etc/apache2/apache2.conf | ||
Ajouter la ligne suivante à la fin du fichier. | Ajouter la ligne suivante à la fin du fichier.<syntaxhighlight lang="bash"> | ||
ServerName 127.0.0.1 | ServerName 127.0.0.1 | ||
</syntaxhighlight>Recharger Apache2<syntaxhighlight lang="bash"> | </syntaxhighlight>Recharger Apache2<syntaxhighlight lang="bash"> | ||
Ligne 17 : | Ligne 15 : | ||
[[Catégorie:Erreurs]] | [[Catégorie:Erreurs]] | ||
[[Catégorie:Linux]] | [[Catégorie:Linux]] | ||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
</html> | |||
<html> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> |
Dernière version du 17 février 2025 à 17:40
Editer le fichier : /etc/apache2/apache2.conf
Ajouter la ligne suivante à la fin du fichier.
ServerName 127.0.0.1
Recharger Apache2
systemctl restart apache2
Lien :
https://www.digitalocean.com/community/tutorials/apache-configuration-error-ah00558-could-not-reliably-determine-the-server-s-fully-qualified-domain-name