我想开始在 Linux Mint 上学习 WWW 编程。我已经安装了 PHP,现在我想安装 MySQL。我尝试按照http://www.cyberciti.biz/faq/install-mysql-server-5-on-ubuntu-linux/但我收到以下错误信息:
sudo /etc/init.d/apache2 restart
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting .apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
我做错了什么?如何在计算机上安装 Smarty?
答案1
在 http.conf 文件中定义一个变量 ServerName。当未定义名称时,apache 使用 127.0.0.1(环回)地址作为服务器名称。
这不是一个错误,尽管存在这些,Apache 仍可运行。