I have a custom server-wide php email program.
In httpd, I have an alias /mail /path/to/custom/mail
So, people normally go to http://theirdomain.com/mail
However, because of suphp, it doesn't work since they don't own the script, it is shared by everyone. It is owned by nobody.
Before EA3, the script would simply run as whatever user was using it. For example, http://domain1.com/mail, the script would run as the domain1 user.
Now, I just get an error (target uid and owner uid mismatch).
suphp will not allow it to run since it is owned by "nobody", but "domain1" is trying to run it.
The old pre-EA3 phpsuexec would allow it, but now suphp is a "direct replacement", but it breaks it.
I am running apache1.
If anyone has suggestions, please let me know.
Thank you.
In httpd, I have an alias /mail /path/to/custom/mail
So, people normally go to http://theirdomain.com/mail
However, because of suphp, it doesn't work since they don't own the script, it is shared by everyone. It is owned by nobody.
Before EA3, the script would simply run as whatever user was using it. For example, http://domain1.com/mail, the script would run as the domain1 user.
Now, I just get an error (target uid and owner uid mismatch).
suphp will not allow it to run since it is owned by "nobody", but "domain1" is trying to run it.
The old pre-EA3 phpsuexec would allow it, but now suphp is a "direct replacement", but it breaks it.
I am running apache1.
If anyone has suggestions, please let me know.
Thank you.