• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. Bitpalast

    Issue Outgoing emails get rejected - User not allowed to send Emails

    Your last option will be official Plesk support. They will for sure be able to solve this issue for you. To sign-in to support please go to https://support.plesk.com If you bought your license from a reseller, your reseller should provide support for you. If the reseller does not provide...
  2. Bitpalast

    Resolved Error fail2ban since update to 18.0.63

    Yes it works. However, I am sure that the plesk.conf file on my installation where it failed was an authentic file that was not previously modified by us here, yet it seems that it was not updated automatically upon Plesk upgrade to 18.0.63.
  3. Bitpalast

    Issue PHP suddenly crashes

    This console command will help to give you a live insight where the load in your server happens: MYSQL_PWD=`cat /etc/psa/.psa.shadow` watch "uptime && echo "\ " && ps aux | sort -nrk 3,3 | head -n 20 && echo "\ " && mysqladmin proc status -u admin"
  4. Bitpalast

    Resolved Could you please explain changes to the Fail2Ban jails in 18.0.63 in more detail?

    According to another post, the "recidive" jail has been replaced by two new jails "plesk-one-week-ban.conf" and "plesk-permanent-ban.conf". We're using custom software and definitions that partly rely on the "recidive" chain and .conf. I'd like to know more what the two new confs do, whether...
  5. Bitpalast

    Question CloudFlare and Fail2ban

    Technically, you can exclude Cloudflare IPs from Fail2Ban in the /etc/fail2ban/jail.local file. To exclude them, simply add them to the [DEFAULT] section's ignoreip directive. Example: [DEFAULT] ignoreip = 34.147.110.144/28 ... and so on ... 127.0.0.1/8 ::1 The subnets that Cloudflare uses...
  6. Bitpalast

    Resolved Roundcube CVE 2024 - when does Plesk release an update?

    Has the case Question - Problems on Roundcube v1.67 after upgrade been checked and can you confirm that there are no issues on the Plesk side with an upgrade to 18.0.63 in combination with a Roundcube update?
  7. Bitpalast

    Resolved Problems on Roundcube v1.67 after upgrade

    After reading the above post we have disabled Plesk auto-updates on our servers ... I suggest submitting the case as a ticket to Plesk support so that they can check whether it is a general issue with Roundcube. There is a Roundcube security update in the pipeline, and it would not be good if a...
  8. Bitpalast

    Question CentOS2Alma conversion: Your expectations and experience?

    Good to know. Indeed, Almalinux measures and displays the CPU load differently from CentOS. The same load on Alma 8 for the "last minute" drives the number up by factors compared to what CentOS measures or displays. This can have an extreme impact on tools that monitor server performance or...
  9. Bitpalast

    Resolved unknown option 'allowhardlink'

    "allowhardlink" is an important setting. Plesk, please do not remove it. @enerspace It will be worth asking official Plesk support on this as this seems to be a case where a check directly on your server is required.
  10. Bitpalast

    Question WPToolkit Block access to potentially sensitive files

    .user.ini should not be a requirement by Wordfence. If specific webspace configurations are required, these can also be set in the panel's GUI.
  11. Bitpalast

    Issue How to stop cron abuse?

    The problem can be that path traversal is done by a malicious PHP script, and the directory where the cron files are stored can be reached. New cron files can be written to it. These will then show up as new cron jobs in the scheduler. The newer the PHP version, the less danger there is. In PHP...
  12. Bitpalast

    Resolved Disabled PHP "Hosting performance settings management" can be bypassed by using .user.ini or ini_set()

    A true dealbreaker, isn't it? We've some surveillance on our servers here that I'm willing to share. Simply create a cronjob that auto-checks whether users use legitimate values and let that job run every few minutes, e.g. /usr/bin/grep "php_value\[memory_limit\] = "...
  13. Bitpalast

    Issue Crisis after trying to rename my domain, import .sql backup, 503 errors across all hosts

    Probably permissions of the path are wrong. The document root of a website should be owned by <username of subscription>:psaserv and have permissions 0750. The files and directories in the document root directory should be owned by <username of subscription>:psacln. The directories located in...
  14. Bitpalast

    Question PHP-FPM (pm.max_requests) Query

    Would it not be a better approach to examine what the website scripts are doing and specifically where they spend most of the execution time instead of increasing server resources?
  15. Bitpalast

    Question PHP-FPM (pm.max_requests) Query

    What is meant by "going down"? Is there a lot of activity in the Apache logs between midnight an 4 am? Why is PHP-FPM suspected as a root cause?
  16. Bitpalast

    Question php82-fpm stops responding, how to tune, debug, check variables

    Increasing max children will not solve the underlying issue. It can cover it up, but many children are not needed if the scripts of a website respond swiftly. The problem here is that long running tasks keep a child process waiting, hence it cannot process other incoming requests. The analysis...
  17. Bitpalast

    Issue MariaDB High "created tmp disk tables"

    Then it's likely the JOINs in the SQL syntax. They are the main cause for large temporary tables.
  18. Bitpalast

    Resolved CentOs2Alma conversion failed - disk space?

    We had to "# plesk repair web" after each migration, too. Else the setup was just no right and Apache for unknown reasons could not attach to Nginx although it was presumably listening on the right port.
Back
Top