• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by phildolyon

  1. P

    Resolved The timeout specified has expired: AH01075: Error dispatching request to : - without URL in my logs - Error 502 - since php 8.2.13 - randomly

    YEEESSSSS i found the solution ! Since PHP 8 i have an issue with File_get_contents() , Curl or fopen() . When i use an absolute URL with my own web site ( file_get_contents('https://www.mywebsite.xxx/xxx.txt') FPM doesn't close connection. If 10 child processes be created at the same time my...
  2. P

    Resolved The timeout specified has expired: AH01075: Error dispatching request to : - without URL in my logs - Error 502 - since php 8.2.13 - randomly

    bad news ! It's down again ! I found this bug ( since PHP 8 ) PHP :: Bug #80931 :: file_get_contents() hangs with HTTP/1.1 if server doesn't close connection with file_get_contents and i use it in my code i change all file_get_contents with a curl function. if it's not that, i fold !
  3. P

    Resolved The timeout specified has expired: AH01075: Error dispatching request to : - without URL in my logs - Error 502 - since php 8.2.13 - randomly

    One month without issue , but bad news, last week my server crashed twice with nginx. I try a new config for my PHP FPM, i change the pm.max_requests, before unlimited, now at 100 to be continued
  4. P

    Resolved The timeout specified has expired: AH01075: Error dispatching request to : - without URL in my logs - Error 502 - since php 8.2.13 - randomly

    7 days without issue. I use Nginx instead Apache and i hope it's the solution ! ( it's not really a solution but it's work ) I don't think it was an error in my code, because there would be the same problem with nginx or Apache, no ? I will use #journalctl to try to find out the reason for...
  5. P

    Resolved The timeout specified has expired: AH01075: Error dispatching request to : - without URL in my logs - Error 502 - since php 8.2.13 - randomly

    It was down yesterday ! it's not the solution. In my logs, 30s before it's down, there is this apache error AH01068: Got bogus version 100, referer: And I find this : A website hosted in Plesk contains the error in its log: AH01068: Got bogus version - Support Cases from Plesk Knowledge Base I...
  6. P

    Resolved The timeout specified has expired: AH01075: Error dispatching request to : - without URL in my logs - Error 502 - since php 8.2.13 - randomly

    it's 5, I don't get a lot of traffic on this website. I don't think that is the problem but i try ! i take all idea :-)
  7. P

    Resolved The timeout specified has expired: AH01075: Error dispatching request to : - without URL in my logs - Error 502 - since php 8.2.13 - randomly

    I upgrade my PHP to 8.2.13 and I have an issue since couple of days on one of my website ( i have 5 web sites on my plesk ) Before updating php, my website was never down for 4 years Sometimes (randomly, 2 or 3 times per week ) , my web site is down with error 502. on my logs there are 2 types...
Back
Top