https://bugzilla.wikimedia.org/show_bug.cgi?id=36475

--- Comment #5 from Johannes Weberhofer <jweberho...@weberhofer.at> 2012-05-07 
09:17:07 UTC ---
The problem is, that on servers with many virtual hosts (apache2-mod_php5), the
vhost users are locked into their home-directory, using the open_basedir
setting. 
To make all uploads working, upload_tmp_dir is set to the HOME/tmp directory. 

Unfortunately the sys_get_temp_dir() value always return the system's directory
(e.g. /tmp) where I do not want to give the vhost-users access to (users could
read/write other's files).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to