/etc/init.d/apache2 restart を発行して Apache を再起動しようとすると、次のメッセージが表示されます。
root@server:~# /etc/init.d/apache2 restart
* Restarting web server apache2 apache2: apr_sockaddr_info_get() failed for server
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
... waiting apache2: apr_sockaddr_info_get() failed for server
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[ OK ]
root@server:~# cat /etc/hostname
iSell
root@server:~# hostname
server
root@server:~# hostname -f
hostname: Name or service not known
root@server:~# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain
108.1.*.* eins
root@server:~#
注: /etc/hosts の ip の末尾にある 2 つのアスタリスクは、投稿時に私が追加したものです。注 2: 私のドメイン名が www.xyz.net だとしましょう
段階的に何をしなければならないかを正確に知りたいです。どうもありがとう!