Thanks for your mail.
You say php handles the file uploads. That may be true, however, I do
have a temp file named /tmp/fcgid.tmp.* which are owned by the *Apache*
user www-data, not the php [site-user].
Mod_fcgid is creating temp files according to:
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestinmem
Unfortunately I still haven't discovered why they are not cleaned up
after use.
Fester
On 12/12/2013 01:08 PM, Tom Evans wrote:
> I'm fairly certain that mod_fcgid does not do a single thing with file
> uploads - a file upload is usually simply an HTTP POST with a lot of
> multipart POST data. PHP handles the file uploads itself by reading
> this POST body, [...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]