A APS_web New Pleskian Sep 17, 2014 #1 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?
IgorG Plesk addicted! Plesk Certified Professional Sep 17, 2014 #2 APS_web said: 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? Click to expand... Just set necessary permissions for this file.
APS_web said: 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? Click to expand... Just set necessary permissions for this file.
A APS_web New Pleskian Sep 17, 2014 #3 IgorG said: Just set necessary permissions for this file. Click to expand... 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
IgorG said: Just set necessary permissions for this file. Click to expand... 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
24x7serversupports Regular Pleskian Sep 18, 2014 #4 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
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
A APS_web New Pleskian Sep 18, 2014 #5 24x7serversupports said: 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 Click to expand... .htaccess work only under Apache, if you connect by FTP you can take the file.
24x7serversupports said: 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 Click to expand... .htaccess work only under Apache, if you connect by FTP you can take the file.
A APS_web New Pleskian Sep 18, 2014 #7 24x7serversupports said: Which web server you are using? Click to expand... i am using Apache
24x7serversupports Regular Pleskian Sep 18, 2014 #8 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.
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.