ok, finally found a solution, forget all NGINX additional directives.
header( 'X-Accel-Buffering: no' ); // This is useful to disable buffering in nginx through headers.
does the job!!!
In my development environment everything works fine
JQuery:
source = new EventSource(processor);
source.onmessage=function(event) {...
PHP:
header('Content-Type: text/event-stream');
header('Cache-Control: no-cache');
...processing query result, echoing each record details to frontend, close...
Some time ago there was a tool to migrate MariaDb, then the link disappeared and I got the answer, that the process was buggy but work is in progress, This was about a year ago, Unfortunately I cannot retrieve my posting in the forum so again:
Obsidian 18.0.70
MariaDb 10.3.39
OS AlmaLinux 8.10...
Hi, I cannot find the mariadb upgrade tool anymore (Obsidian 18.0.61, / AlmaLinux 8.10). Was I too late to upgrade, will it come back as release candidate?
Regards
Once a week I receive tons of mails with:
<server_name> : Dec 12 01:43:20 : <ssh_user_of_domain> : problem with defaults entries ; TTY=unknown ; PWD=/usr/local/psa/admin ; USER=root ;
I presume it comes from VirusTotal Website Check, which I tested weeks ago and then switched it off completely...
I have the same issue, Plesk now uses the SSL It! extension, the certificate has my admin email address but renewal reminder mails are also sent to the subscriber's admin account, which causes a lot of requests and troubles. As far as I can remember I deleted a certificate, issued a new one and...
Where can I modify the alias for /awstats-icon so icons will be displayed in statistics again. I tried Alias /awstats-icon /usr/share/awstats/wwwroot/icon in /var/www/vhosts/system/conf/xxxx/httpd.conf, but this seems not to work. Any suggestions?