• 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. F

    Issue Certificate verification failed

    Solved for me by now.
  2. F

    Issue Certificate verification failed

    I also received this error today while installing a completely new server.
  3. F

    Question IPv4 forwarding rule

    Okay, thanks for the information. Are there precise instructions on how to enter it using the Event Manager? Thanks in advance.
  4. F

    Question IPv4 forwarding rule

    This isn't really what I'm concerned about, but rather that I can use the Plesk firewall and IP forwarding at the same time.
  5. F

    Question IPv4 forwarding rule

    What matters to me is that I can use both at the same time, that's nothing special.
  6. F

    Question IPv4 forwarding rule

    I have a management server with a public IP address, and I want to give my VMs, all of which are accessible internally with a 10-series IP address and don't have a public Internet connection, access to the internet so that updates, etc., are possible, but they aren't accessible from outside. I...
  7. F

    Resolved Port 3306 closed since MariaDB 10.2 update

    In had to change the following setting in: /etc/mysql/my.cnf [mysqld] bind-address = 0.0.0.0 Then the connection from outside worked for me. MariaDB Version 10.11.6
  8. F

    Issue PHP suddenly crashes

    Thank you, I will check this command if I have problems again.
  9. F

    Issue PHP suddenly crashes

    Thanks for the answers and your time, I will try to check this list the next time there is instability.
  10. F

    Issue PHP suddenly crashes

    The whole thing is a closed system and not actually publicly accessible. So you can access it from outside but it doesn't necessarily do anything. Most requests are just mini-requests but of course there are some that can take hours so unfortunately the execution time is not an option. I also...
  11. F

    Issue PHP suddenly crashes

    Thank you for your answer. As @Kaspar@Plesk mentioned, I followed the steps above and the result is this: There is actually nothing unusual, I also checked the IP addresses and the requests looked legitimate.
  12. F

    Issue PHP suddenly crashes

    Many thanks for your response. I don't think it's a DDOS attack because after restarting the database server it's immediately OK again and only occurs again after some time/days/months.
  13. F

    Issue PHP suddenly crashes

    I don't know why, but lately I've been having the problem that suddenly, without any changes or really noticeable events in the logs, PHP just crashes and then only the following error is displayed in the access log: 25130#0: *26793910 connect() to...
  14. F

    Issue Rate Limit Subdomain

    My configuration currently looks like this: I have a domain e.g. example.com -> accesses httpdocs (/var/www/vhosts/example.com/httpdocs/) I also have a subdomain test.example.com -> also accesses httpdocs (/var/www/vhosts/example.com/httpdocs/) I now want to set a rate limit of 10 requests /...
  15. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    @Paulo_o The NGINX config where you changed it is generated automatically without "reuseport", which means that a change is not permanent. Or have you found a solution to generate it with "reuseport"?
  16. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    @Paulo_o I currently have worker_processes = 8 or worker_processes = 12, it depends on the server, in principle I just want all cores to be used. HTTP3 works for me with Curl but it just doesn't show up in the browser. But as long as there isn't a stable version of it, the module is...
  17. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    @learning_curve You are absolutely right, thank you for the detailed explanation. This thread can be closed or marked as Resolved. Thanks to everyone for the answers.
  18. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    After the last update "Plesk Obsidian 18.0.61 Update 5" and deactivating and activating it again, HTTP3 now seems to work. At least it works with CURL, I still get the wrong result on the "HTTP/3 Check" page, but that shouldn't bother me. For whatever reason, my server also prefers to use...
Back
Top