On Sat, 09 Feb 2008 19:47:48 -0700 Joseph <[EMAIL PROTECTED]> wrote: > Do I need to re-compile phpmyadmin with "vhost"? and setup phpmyadmin > as virtualdomain?
I recommend that you do, to avoid htdocs 'bloat'. however that's unlikely to solve your problem. It sounds like, perhaps, apache is missing PHP support and therefore doesn't know what to do with the file. I'd look to /etc/conf.d/apache2 if I were you, and see if you need to add -DPHP5 to APACHE2_OPTS. My APACHE2_OPTS looks like this: | APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SUEXEC -DPHP5 \ | -DUSERDIR" -- gentoo-user@lists.gentoo.org mailing list