apache Could not reliably determine the server's fully qualified domain name, using 127.0.1.1


apache 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
Apacheインストール時のトラブルシューティング履歴
すべての関連ファイルが/usr/localファイルにインストールされており、これらのファイルを開くとサーバipの設定が正しくありません.

1. usr/local/apache2.4/confディレクトリのhttpd.confファイルでは、51行目をListen 127.0.1:80に変換します.

  • usr/local/apache2.4/confディレクトリのhttpd.confファイルでは、#サーバname www.example.com:80を#ServerName 127.0.0.1:80に変換

  • # echo "ServerName localhost" >> /usr/local/apache2.4/conf/httpd.conf
    
    grep ServerName /usr/local/apache2.4/conf/httpd.conf

    このように表示すると設定されています.