Hi
I have a plesk 12.5 on CentOS 6.7 (Final)
FPM application served by nginx is active on domain
I'm trying to set rules for nginx on Additional nginx directives field but is not working
I want to block php execution on uploads folder for security
I tried some diferents rules
location ~*...
If it can be useful to someone I write the solution I've found so far
1) Write this code on Additional Apache directives and Additional directives for HTTPS on every domain you want block htaccess files
#Block htaccess files in domain.tld
<Directory /var/www/vhosts/domain.tld/httpdocs>...
Hi
in the file /etc/httpd/conf.d/zz010_psa_httpd.conf of the mentioned article http://kb.odin.com/en/124 i have this
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
making changes in...
Hi
I have a plesk 12.5 on CentOS 6.7 (Final)
I am using Plesk Panel
Is posible to disable all htaccess files in a domain and configure all the "htaccess rules" ONLY from
Additional Apache directives and Additional directives for HTTPS of this domain for security?
it is advisable do that...
Well i found the solution ^_^
In the php additional directives for the website domain in plesk must add :
extension=pdo.so
extension=pdo_mysql.so
you can add all extensions that you need for domain
maybe this is useful for someone
Hi
I have a plesk 12.5 on CentOS 6.7 (Final) and using Plesk Panel
I have a problem with one blog that say this error : Class 'PDO' not found
I think that for resolve this i must write and add the correct path to mysql.sock in the
php additional directives for the website domain, in plesk...
Hi
I was recently hacked in a website :(
One hacker put a backdor within an image that had php code inside
look that
YOU MUST secure all directories when a user can upload images or another file.
Search in google "image Exif backdoor" for more info
This is why i search to NO ALLOW php...
Hi
I have a plesk 12.5 on CentOS 6.7 (Final)
I am using Plesk Panel
I want to disable PHP execution in certain directories of a website
I tried some things like 1 and 2
1) INSIDE Additional Directives for Apache for the Domain directory selected
<Directory...