I would be happy to know another way to upload files for any users on the system through HTTPS.
But the question is why mod_fcgid changes apache umask ? is the correct way to proceed , a undefined configuration , or a bug? El 11/12/2012 18:12, "Eric Covener" <cove...@gmail.com> escribió: 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?