These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for PhpMyAdmin alias: php not executed on the new forum.
I'd like phpmyadmin to be available to all domains from the single install above. It's currently installed in /usr/share/phpMyAdmin
The default install added this alias in /etc/httpd/conf.d/phpmyadmin.conf:
Alias /phpmyadmin /usr/share/phpMyAdmin
While the phpmyadmin frame shows up at domain.com/phpmyadmin, php isn't getting executed (lots of
<?php
echo $var
?>
visible).
I've also tried adding a directory alias for a single domain in virtualmin with the same result.
I'm using fcgi & suexec.
No idea what's wrong or how to go about fixing it. All help appreciated!
My suggestion would be to create a new Virtual Server for your phpMyAdmin installation, and put it into there rather than running it out of /usr.
If you're using suexec, by default, that would only run apps in /home.
-Eric