我使用Ubuntu13.04版本,我安装了LAMP服务器、php和MYSql。
安装PhpmyAdmin
sudo apt-get install phpmyadmin我在/etc/apache2/apache2.conf中插入行,方法是:
sudo gedit /etc/apache2/apache2.conf插入行"#包括虚拟主机配置:“
Include /etc/phpmyadmin/apache.conf使用以下方法重新启动apache2时:
sudo /etc/init.d/apache2 restart这给我带来了错误:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
NameVirtualHost *:80 has no VirtualHosts..。等待apache2:无法可靠地确定服务器的完全限定域名,ServerName使用127.0.1.1
请帮我解决这个问题?
发布于 2013-12-02 10:32:15
它是:
Include /etc/phpmyadmin/apache.conf否:包括/etc/phpmyadmin/apache2.conf
只要删除2,它就能工作了。
https://askubuntu.com/questions/384895
复制相似问题