Desative o phpmyadmin no apache2.conf. Ative no host virtual para sua escolha.
phpMyAdmin /etc/apache2/sites-enabled/yourvirtualhost.conf
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
Options FollowSymLinks
DirectoryIndex index.php
</Directory>