FastCGI + Suexec + Global apache alias

2 posts / 0 new
Last post
#1 Fri, 03/06/2015 - 08:00
PaulE

FastCGI + Suexec + Global apache alias

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

Mon, 03/09/2015 - 03:52
PaulE

Bump :)

Topic locked