-
Apach2 returns "qualified domain name" messageComputer/linux 2013. 6. 4. 08:46
If an apache server has no domain name, it returns the following message. It isn't bad messages, but I don't want to see this message. After googling, the solution is ..
# /etc/init.d/apache2 restart
[....] Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.101.24 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.101.24 for ServerName
. ok
# cd /etc/apache2/conf.d/
# echo "ServerName localhost" >> name
root@jhleepc:/etc/apache2/conf.d# service apache2 restart
[ ok ] Restarting web server: apache2 ... waiting .'Computer > linux' 카테고리의 다른 글
disk full at /boot (Ubuntu) (0) 2013.06.10 Rolled back to old revision in SVN (0) 2013.04.23 format usb stick with fat32 (0) 2013.04.02