ちゃんと設定してないApacheは、よくこんなエラーが出ます。
Starting httpd: httpd: apr_sockaddr_info_get() failed for centos6.example.co.jp
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
このエラーを、てっとり早く解消したい場合は、httpd.conf 内の ServerName ディレクティブに、自ホストのFQDNを設定してください。
こんな感じ
ServerName centos6.example.co.jp
0 件のコメント:
コメントを投稿