I am using Ubuntu 13.04 version and I install LAMP server , php and MYSql.
Install PhpmyAdmin
sudo apt-get install phpmyadmin
I insert line in /etc/apache2/apache2.conf by using:
sudo gedit /etc/apache2/apache2.conf
Insert line in "# Include the virtual host configurations:"
Include /etc/phpmyadmin/apache.conf
When I restart apache2 by using:
sudo /etc/init.d/apache2 restart
This give me error:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
NameVirtualHost *:80 has no VirtualHosts
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
Kindly help me to solve this problem?
It is:
Not: Include /etc/phpmyadmin/apache2.conf
Just delete the 2 and it should work.