Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...
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 !
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
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...
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...
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...