【发布时间】:2013-08-08 20:50:37
【问题描述】:
我正在尝试从here在 ubuntu 12.04 上安装 phpmyadmin
安装 apache2 后,我运行以下命令
sudo /etc/init.d/apache2 restart
我得到了以下错误,无论如何如何解决这个错误并在ubuntu上安装phpmyadmin
* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
当我从浏览器尝试localhost/phpmyadmin 时,它显示Welcome to nginx!
【问题讨论】:
标签: ubuntu nginx phpmyadmin apache2