I have the basics knowledge about installing apache, configuring, vhosts, etc.
I had taskseel lamp installed on my ubuntu 12.04 and i tried this steps to install lastest version of php 5 for work with all the Symfony2 functions:
http://www.barryodonovan.com/index.php/2012/05/22/ubuntu-12-04-precise-pangolin-and-php-5-4-again
I dont know exactly if that steps "make" more changes.
Every time i tried to access to my old vhosts i get the Apache2 Debian Default Page.
Before the upgrade i access to phpmyadmin at localhost/phpmyadmin/index.php, now i create a symlink and i can access to phpmyadmin login page at localhost/phpmyadmin/, but then the login redirect me to index.php i get 404 not found.
I checked the vhosts, the apache.conf and can find any clue on what happens.
Either i cant load the info.php y have in /var/www/info.php.
It looks like maybe apache was upgraded to 2.4.9 and it broke or unconfigure something.
Must i do a fresh installation of apache2, phpmyadmin and all or i can fix it?
Any suggestions?
Thanks in advice.