The php-cgi executes a php command who does the following.
- changes EUID for the process to a user who belongs to "itsatadm" group ( it works fine!)
- reads uploaded file in /tmp/ and stores it to the $HOME of this user.
Isn't that the wrong way to read a request body in fastcgi?