หากท่านที่ใช้ Apache2 แล้วหากมีการสั่ง restart แล้วปรากฏข้อความนี้
Starting httpd: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
ซึ่งวิธีการแก้ปัญหาทำได้ดังนี้
echo HOST.DOMAIN.com > /etc/hostname
ความหมายของ การตั้ง domain
HOST = Your host name
DOMAIN = Your Domain Name
และกำหนดให้รับรู้ Domainใหม่ด้วยคำสั่ง
/bin/hostname -F /etc/hostname
และ สั่งให้ระบบ apache ทำงานใหม่
/etc/init.d/httpd restart
จบแล้วครับที่มา http://www.wallpaperama.com/forums/how-to-fix-could-not-determine-the-servers-fully-qualified-domain-name-t23.html