• 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

    Resolved I've uninstalled PHP5.6 from Plesk 18.x "Obsidian" but PHP 5.6 is still listed on crontabs configuration

    Please run # plesk repair web -php-handlers It scans for this issue and should let you fix it from that command line.
  2. Bitpalast

    Input Tell us about your use of the Watchdog component

    It's an inhouse solution; a rather extensive PHP script run on the command line that checks everything and anything, e.g. if the mail service is running, if the Dovecot SNI files are in place, even if there are suspicious cron jobs. It also checks the load of Apache processes, fixes typical...
  3. Bitpalast

    Input Tell us about your use of the Watchdog component

    The major factor why we don't use it but have our own solution is that watchdog is way too slow in detecting critical server situations. It takes several minutes to detect outages of services.
  4. Bitpalast

    Resolved Wordpress not downloadable/installable in different versions on several servers [due to rate-limiting on WP side]

    Plesk was so kind to check with Automattic and found that Automattic has rate-limited the cURL induced downloads of new Wordpress packages. So for others who run into the same issue: The problem seems to affect servers with many Wordpress websites. Such servers may not be able to download the...
  5. Bitpalast

    Resolved Wordpress not downloadable/installable in different versions on several servers [due to rate-limiting on WP side]

    @Kaspar@Plesk There must be a bug and I wonder why it cannot be reproduced by Plesk. I now see the same issue with the latest WP 6.6 on a host that was previously not affected. Again in the /usr/local/psa/var/modules/wp-toolkit/packages/ directory, no 6.6 version package exists and the Toolkit...
  6. Bitpalast

    Issue Plesk panel 403 problem, link redirects.

    https://www.cve.org/CVERecord?id=CVE-2024-38474 and https://httpd.apache.org/docs/current/rewrite/flags.html#flag_unsafe_allow_3f In the latest Apache version, the Apache directive (flag) needs to be set if ou apply rewrites on URLs that contain a "?".
  7. Bitpalast

    Question CentOS2Alma conversion: Your expectations and experience?

    I remember that I had to remove it twice. Once regularly, then refresh the PHP versions page in the backend, then remove it again (on the command line). Only after the second removal it was really gone.
  8. Bitpalast

    Question CentOS2Alma conversion: Your expectations and experience?

    This might help: https://support.plesk.com/hc/en-us/articles/12387711784471-Plesk-Repair-Kit-shows-a-warning-service-plans-with-unregistered-PHP-handlers-were-found
  9. Bitpalast

    Question Horde and Roundcube

    As far as I remember, Horde had security issues repeatedly and didn't fix them for months in many cases, so Plesk decided to not install it by default any longer. The Roundcube database is not backed up. What you could do is to run a cron an dump it to a web directory, then backup that website...
  10. Bitpalast

    Resolved CentOs2Alma conversion failed - disk space?

    Thank you, no problem there. probably an issue with the virtualization environment as in other cases. You may obtain help from your provider in this case.
  11. Bitpalast

    Resolved CentOs2Alma conversion failed - disk space?

    What's the output of df? I mean df as it comes by default (with the -T option) so that it also shows the number of occupied and available blocks?
  12. Bitpalast

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    Maybe Plesk wanted to have this for future freedom of choice. What's defined within the scope of firewalld however has no impact on iptables and vice versa. It's kind of a different layer of the process we're talking about when talking about certain zones. But this gives me to think that I...
  13. Bitpalast

    Issue Sometimes it is not possible to connect the panel via :8443.

    Some networks don't allow ports 8080 or 8443. In many businesses, admins believe that 8443 is a security risk and block the port on their routers (for really no true reason). It is thinkable that this is the case for the networks you are in. if the same endpoint connects to the server port 8443...
  14. Bitpalast

    Plesk Firewall Extension and Almalinux 8.10 Network Issue

    Objection, sir @Maarten! ;) Indeed on Alma I can strongly recommend to disable firewalld. It's either iptables or firewalld, not both. Running both will most definitely cause issues. The problem I believe is that both utilities utilize Kernel processes to filter network traffic. They just get...
  15. Bitpalast

    Resolved Plesk backup can not Dump databases MariaDB 10.6.7

    Name resolution should not be skipped, meaning that "= 1" or "= on" etc. are all wrong. You can try to simply remove the line from the configuration files. Please also make sure that no config file in the directories that descend from etc/mysql/mariadb.conf.d or etc/mysql/mysql.conf.d defines...
  16. Bitpalast

    Issue MariaDB High "created tmp disk tables"

    Try to give much more RAM to the innodb_buffer_pool_size. Depending on the RAM of your server, grant up to 70% of that RAM. Just some sample values to reduce disk access to the database files: innodb_buffer_pool_size = 96G innodb_flush_method=O_DIRECT table_open_cache = 10000...
  17. Bitpalast

    Resolved SSL create and renew errors on random domains / possibly a Let's Encrypt issue, but maybe only in combination with Plesk

    Yes, it's resolved! Thank you and good that it was just an issue on Let's Encrypt side.
Back
Top