I'm setting up a LAMP server, I installed apache2, mysql, and phpmyadmin via apt-get install, but I can't find phpadmin. It should be in 127.0.0.1/phpmyadmin, right? However, http://127.0.0.1/phpmyadmin just provides a 404 error.
I did add Include /etc/phpmyadmin/apache.conf to /etc/apache2/apache2.conf and restarted apache.
What I did wrong?