I just performed a migration from server to server using plesk migration tool, Every thing works fine, websites, databases, emails setting, redirections... everything.
But, the only problem is that all websites I've transferred from my old server are running within www-data user even if I've this in apache final generated config file of each one of this websites (/etc/apach2/plesk-hosts/vhosts/) :
<IfModule mod_suexec.c>
SuexecUserGroup "pingagency" "psacln"
</IfModule>
When I've performed the migration, plesk have created a new subscription (webspace) with my old server name, beside default one that I've created in the beginning of the installation of plesk in this new server. In this one (default subscription) Every thing works fine and apache doesn't use www-data and that is confusing me.
What can be the difference between this two subscriptions ? why it's working in one subscription and it doesn't in the other ?
I wonder to know if is it possible for me to force apache to use suExec to choose the correct user to run my php scripts.
Any ideas ?
Thank you very much
But, the only problem is that all websites I've transferred from my old server are running within www-data user even if I've this in apache final generated config file of each one of this websites (/etc/apach2/plesk-hosts/vhosts/) :
<IfModule mod_suexec.c>
SuexecUserGroup "pingagency" "psacln"
</IfModule>
When I've performed the migration, plesk have created a new subscription (webspace) with my old server name, beside default one that I've created in the beginning of the installation of plesk in this new server. In this one (default subscription) Every thing works fine and apache doesn't use www-data and that is confusing me.
What can be the difference between this two subscriptions ? why it's working in one subscription and it doesn't in the other ?
I wonder to know if is it possible for me to force apache to use suExec to choose the correct user to run my php scripts.
Any ideas ?
Thank you very much