我想在我的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?
在你的http.conf文件中定义一个variablesServerName。 当一个名字没有被定义时,apache使用127.0.0.1(回送)地址作为服务器名称。
这不是一个错误,尽pipe通过这些,Apache仍在运行。