On Tue, Dec 11, 2012 at 10:30 AM, Toni Moreno <toni.mor...@gmail.com> wrote:
> Yes !!! I do!!! > > 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?