• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Search results

  1. P

    Resolved Inconsistencies were detected in the system's package manager database

    Maybe you could start with # package-cleanup --problems
  2. P

    Question Rate Limiting

    I'm afraid I won't be able to edit this. The article is meant to jump start you and others on the topic. I am using similar settings on my servers here, but meanwhile already with a lot of changes as attacks constantly evolve. But what you could do is to add the suggested modification as a...
  3. P

    Question Php 7.4 ds module not working

    This has one ".so" too many. Could you maybe edit the .ini file where it is located and remove the one .so?
  4. P

    Issue Specified column is not in the row

    I think there is something wrong with the SQLite database where the WP Toolkit extension stores some values, but it's hard to say what. If there are not too many websites on the server, maybe removing WP Toolkit and reinstalling it can help. Otherwise or if you have doubts about taking that...
  5. P

    Question Rate Limiting

    You may need @pleskpanel 's solution shown in Issue - Default plesk-apache-badbot fail2ban doesn't work
  6. P

    Question NGINX Unit on server under plesk

    Existing files managed by Plesk may be changed, but additional custom files that you create will not be touched. There is no such hook, but why can you not let Plesk manage the certificate for you?
  7. P

    Issue Server Error 403 Forbidden You do not have permission to access this document.

    This means that the file is good. It's just the online file viewer who doesn't like the ".ini" ending I guess.
  8. P

    Issue Setting the default_client_limit value for dovecot by Plesk as specified by the instructions

    I must admit that I've been ignoring this and put my own config into the files anyway. The only situation where this ever needed a manual intervention was on the centos2alma upgrade when Dovecot was completely reinstalled. But many years before the configs were never changed.
  9. P

    Question Rate Limiting

    If the pages really exist, you can only manually ban the IP, e.g. # fail2ban-client set recidive banip <ip address goes here> But if you find a file that responds with a code 200 but is actually not a valid page of the site, you could use that to detect the bot and ban it automatically.
  10. P

    Question Sitejet website migration

    @cloudadmin If possible, do you still know the time of the migration and the website? We'd like to check it in the server logs here. You can send the information in a private message to me.
  11. P

    Question Sitejet website migration

    @cloudadmin Could you please tell me the Migrator version on the source server that you have used for migration? Current versions should migrate the Sitejet key, too. Maybe it was an outdated version? You can find the version in the "Extension" on the Migrator icon.
  12. P

    Issue Setting the default_client_limit value for dovecot by Plesk as specified by the instructions

    That is strange as the files in /etc/dovecot/conf.d should not be overwritten on updates.
  13. P

    Issue Default plesk-apache-badbot fail2ban doesn't work

    And what exactly had to be edited?
  14. P

    Issue Server Error 403 Forbidden You do not have permission to access this document.

    Can you read the file on the console, like # cat /var/www/vhosts/<your subscription domain>/httpdocs/config.ini ? What permissions and ownership does it have?
  15. P

    Question Rate Limiting

    As I understand it, your bot does not have a signature (no name) and it only crawls existing pages, correct? Are you sure that all the 200 responses are truly existing pages or might a rewrite rule in your .htaccess file respond to everything with code 200?
  16. P

    Issue Problem with Modsecurity 2.9. Error: Could not set variable "ip.brute_force_counter" and Could not set variable "ip.xmlrpc_counter" as the collection

    Please contact Plesk support on this topic. It will need to be checked on your server. To sign-in to support please go to https://support.plesk.com If you experience login issues, please see this KB article...
  17. P

    Question New Website Statistic Tool

    You could make a Plesk extension out of it. https://docs.plesk.com/en-US/current/extensions-guide/create-your-first-extension.76333/
  18. P

    Question Rate Limiting

    The problem lies in what's an "established" connection. Once the same source IP, target IP and port have successfully connected (and passed the iptables rule that can rate-limite connections), they are considered "established" so that all consecutive requests will also pass. So rate-limiting...
  19. P

    Question OAuth en plesk

    There are two feature requests for oAuth with Plesk that you could vote on: https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/45597829-secure-plesk-mail-servers-with-modern-authenticati...
  20. P

    Resolved PHP FPM 8.2.17 is not accurately checking cached files for changes

    This does not seem to be a Plesk issue, but rather a PHP issue that should be reported to PHP developers.
Back
Top