Under the Server General Tab I have the following in Apache Style Configurations:
Alias /phpMyAdmin /home/phpMyAdmin/
<Directory "/home/phpMyAdmin">
Options Indexes FollowSymLinks
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
Problem is, I keep getting 404's and I'm not sure what I'm doing wrong.
Go to a vhost configuration, click context tab, add a context with type "General", set URI to "/phpMyAdmin/", location to "/home/phpMyAdmin/", save.
That's it.