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 FastCGI + Suexec + Global apache alias on the new forum.
Hello Folks,
On a development server we used to work with Apache2.2 + mod_php. Recently we switched to using mod_fcgid so we're able to test our project with multiple PHP versions.
This all works fine, did the second PHP version with phpbrew which is detected by virtualmin. However, once I switch from mod_php5 to mod_fcgid my global aliasses stopped working.
Is there any way to make global apache aliasses work, such as phpmyadmin? I foudn out that commenting "php_admin_value engine Off" makes it work again but then my scripts are ran as www-data. For phpmyadmin this is not much of a problem but I also have custom aliasses which require the process to be run as the owner of the domain.
Paul
Bump :)