Recent content by Manfred Beck

  1. M

    Question Server Sent Events (SSE) problem

    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!!!
  2. M

    Question Server Sent Events (SSE) problem

    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...
  3. M

    Question How to upgrade MariaDB to latest version with Plesk Obsidian on Alma Linux 9

    Thank you for your prompt reply. Unpredictable events and complications is my favourite :)
  4. M

    Question How to upgrade MariaDB to latest version with Plesk Obsidian on Alma Linux 9

    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...
  5. M

    Resolved About upgrading your old MariaDB server from Plesk UI

    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
  6. M

    Resolved SECURITY information for <server_name>. Problem with defaults entries ; TTY=unknown

    Thank you, I changed the file accordingly and wait a week to see what happens. Btw the .conf file was not touched since 2020.
  7. M

    Resolved SECURITY information for <server_name>. Problem with defaults entries ; TTY=unknown

    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...
  8. M

    Resolved How to update the e-mail address which is used for Let's encrypt?

    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...
  9. M

    Issue Awstats - No input file specified.

    I have the same issue "no input file specified" running PHP 7.4.30 on Obsidian 18.0.41. Still no solution for this problem available?
  10. M

    Resolved Awstats showing no icons, image file not loaded from /awstats-icon/other/...

    I did all the stuff on the mentioned page before but should have read further down, your solution worked perfectly, thanks!!!
  11. M

    Resolved Awstats showing no icons, image file not loaded from /awstats-icon/other/...

    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?
  12. M

    Issue Web Statistics SSL/TLS File not found.

    Nobody here with an idea to solve the problem?
  13. M

    Issue Web Statistics SSL/TLS File not found.

    Thanks but setting locale did not solve the problem, *.webstat files still 0 bytes, so AWStats not building files correctly. Alma Linux on schedule
Back
Top