• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

file upload permission

LoïcM

Basic Pleskian
[SOLVED] file upload permission

Hi,
i'm running plesk 10.4 on a ubuntu 8.10 server, i've created vhosts with PHP (fast-cgi).
I' ve a script that upload files to the server and i'm facing permissions issue :

the uploaded files get a 600 permission, that means the psacln group cannot read the file, so i cannot view / download the file via http.

i've check the upload directory, permissions are OK .
I dont know where to search now, is it a suexec issue ? Can we set up UMASK somewhere ?

Any help would be appreciated.

here is the suexec section for that vhost:

<IfModule mod_suexec.c>
SuexecUserGroup "admaxr" "psacln"
</IfModule>

the upload dir :

drwxr-xr-x 5 admaxr psacln 4096 2012-03-07 20:39 files
 
Last edited:
help please

nobody else got that problem ?
this is very annoying, i run a cms for a client and uploaded files cannot be view / edit unless i run chmod 0644
on it.

this is all the error i can see in logfile :

Permission denied: file permissions deny server access: /var/www/vhosts/...

i see other people having this pb on google but cannot find a solution.
 
Back
Top