วันศุกร์ที่ 12 ธันวาคม พ.ศ. 2557

แก้ปัญหา Apache ฟ้อง AH00558 ใน Ubuntu 14.04

แก้ปัญหา Apache ฟ้อง AH00558 ใน Ubuntu 14.04
  • Restarting web server apache2
AH00558: apache2: 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
เข้าไปที่ #/etc/apache2
#pico apache2.conf
เพิ่มข้อความ
ServerName localhost
กด Ctrl+x พร้อม save ไฟล์
สั่ง restart apache ใหม่
sudo service apache2 restart