「apache2: Could not reliably determine the server's fully qualified domain name~」エラーの対策
カテゴリ:Webサーバ
「using localhost Set the 'ServerName' directive globally to suppress this message」の場合
このエラーは Apache にホスト名 (ServerName) が設定されていないことが原因で発生します。対策として fqdn.conf にホスト名を記述し、FQDNの設定を有効にします。
# echo ServerName $HOSTNAME > /etc/apache2/conf-available/fqdn.conf # a2enconf fqdn
公開日時:2022年07月15日 12:53:22
最終更新日時:2022年07月15日 12:53:53