• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by pintalabios

  1. P

    Additional nginx directives

    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 ~*...
  2. P

    How can i disable htaccess in plesk?

    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>...
  3. P

    How can i disable htaccess in plesk?

    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...
  4. P

    How can i disable htaccess in plesk?

    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...
  5. P

    ¿How can i add mysql.sock path in php additional directives?

    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
  6. P

    ¿How can i add mysql.sock path in php additional directives?

    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...
  7. P

    ¿How disable PHP execution in certain directories with 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...
  8. P

    ¿How disable PHP execution in certain directories with plesk?

    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...
Back
Top