• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

how deny reading, of a single file, for ftp user

APS_web

New Pleskian
Hi,

i have plesk 11.5.3 on Linux centOS 6, I created a ftp user on a domain folder, I need to deny this user to read a specific file .php, how can I do?
 
Hi,

i have plesk 11.5.3 on Linux centOS 6, I created a ftp user on a domain folder, I need to deny this user to read a specific file .php, how can I do?

Just set necessary permissions for this file.
 
Just set necessary permissions for this file.

but is a php file, i neads that apache/php read this file for show me the site

i try this configuratio:

owner group permission problem
root root 660 site down
apache apache 660 site down
 
Hi,

Have you tried using deny rule in .htaccess files. We added same for one of our client and it worked for him.

For any 24x7 server support help you can contact us 24x7serversupport.com
 
I thing in SeLInux we can use ACL to block certain users to access certain files for both web server and ftp as well. You can try that.
 
Back
Top