<VirtualHost *:80>
ServerAdmin admin@domain
DocumentRoot /home/www/
ServerName www.your.domain
ErrorLog /var/log/httpd-error.log
CustomLog /var/log/httpd-access.log combined
Alias /phpmyadmin "/home/www/phpmyadmin/"
<Directory "/home/www/">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>