Wednesday, 23 May 2012

Ubuntu Üzerinde Apache Hatası "Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName"

Ubuntu üzerinde Apache'yi çalıştırdığınızda

"Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName" 

hatasından kurtulmak için

/etc/apache2/httpd.conf 

dosyasının içerisine

ServerName localhost

yazmanız ve

/etc/init.d/apache2 restart

komutu ile Apache'yi yeniden başlatmanız yeterli olacaktır.

Volkan Özyılmaz

No comments:

Post a Comment