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

Recent content by Janko Falli

  1. Janko Falli

    Resolved Recurring problem with log-browser scheduled task

    The issue was caused by the plesk-web-socket service not running. In panel.log we were seeing errors like: Http\Client\Socket\Exception\ConnectionException: No such file or directory unix:///run/plesk-web-socket/ws-inner.sock In our case the service was installed but disabled and inactive...
  2. Janko Falli

    Resolved Recurring problem with log-browser scheduled task

    Hello, Debug logging was enabled in panel.ini and sw-engine was restarted. The script was executed manually again: /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php /opt/psa/admin/plib/modules/log-browser/scripts/parse-logs.php However, the result is still exactly the same and no additional...
  3. Janko Falli

    Resolved Recurring problem with log-browser scheduled task

    Hello, I am experiencing a recurring issue with the Log Browser extension scheduled task. The task runs automatically but always returns an error in the output: Task "/opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/log-browser/scripts/parse-logs.php'"...
  4. Janko Falli

    Issue Potential issue with OCSP stapling

    Може да отговориш така (ясно и технически коректно): When the certificate is installed, the OCSP Stapling option in the UI is greyed out, which is expected. However, if I manually add: ssl_stapling on; ssl_stapling_verify on; under Apache & nginx Settings → Additional nginx directives, the...
  5. Janko Falli

    Issue Potential issue with OCSP stapling

    At "SSL/TLS Certificate for..." the box "OCSP Stapling" is still present (Plesk Obsidian 18.0.75 Web Host Edition) by default is disabled but if ssl_stapling on; ssl_stapling_verify on; are present it turns green with enabled state. The error is what OP posted: nginx: [warn] "ssl_stapling"...
  6. Janko Falli

    Issue Potential issue with OCSP stapling

    @Sebahat.hadzhi Some time passed but the option in UI and error message when restart nginx are still present - any update?
  7. Janko Falli

    Issue AH01071 Failed to open stream: Too many open files in ...

    Looks like i do something wrong - when i edit with: systemctl edit plesk-php85-fpm_XYZ.COM_6.service I have added this: ### Editing /etc/systemd/system/plesk-php85-fpm_XYZ.COM_6.service.d/override.conf ### Anything between here and the comment below will become the contents of the drop-in file...
  8. Janko Falli

    Issue AH01071 Failed to open stream: Too many open files in ...

    I managed to edit the file. For reference when i grep LimitNOFILE i get: LimitNOFILE=524288 LimitNOFILESoft=1024 for all domains so i guess Soft was the problem - changed it to 30000
  9. Janko Falli

    Issue AH01071 Failed to open stream: Too many open files in ...

    Fair enough. When i try the command from Raul i get "No files found for plesk-php85..." I tried with domain name and ftp user to exchange "domain.tld" and "siteID" is get from "smb/web/overview/id/6/". If i setup it is it valid for all 8.5.x itterations? If i change to php 8.6 do i have to redo it?
  10. Janko Falli

    Issue AH01071 Failed to open stream: Too many open files in ...

    im on dedicated server with root access with ~50 domains/websites. I would like to have server solution instead of per domain. Isnt this enough? - Now i added inside sysctl.conf fs.file-max = 70000 and inside limits.conf nginx soft nofile 10000 nginx hard nofile 30000
  11. Janko Falli

    Issue AH01071 Failed to open stream: Too many open files in ...

    Dedicated FPM application served by nginx PHP 8.5.2 memory_limit 256M pm.max_children 10 pm dynamic pm.start_servers 4 pm.min_spare_servers 2 pm.max_spare_servers 6 nginx settings Proxy mode OFF HTTP/3 support ON Smart static files processing ON Serve static files directly by nginx OFF brotli...
  12. Janko Falli

    Issue AH01071 Failed to open stream: Too many open files in ...

    Hello, have same issue - you fixed it or?
  13. Janko Falli

    Question New server, new Linux...

    I made exact same upgrade last week - working as intended.
  14. Janko Falli

    Resolved sslit error getScheme() must be compatible with...

    @Kaspar@Plesk : Thanks! "plesk bin extension --disable platform360 -allow-hidden" worked for me too.
  15. Janko Falli

    Resolved ERROR: Declaration of PleskSslIt\GuzzleHttp\Psr7\Uri::getScheme() must be compatible with Psr\Http\Message\UriInterface::getScheme(): string (Uri.php:

    Plesk Obsidian 18.0.61 Update #5 Ubuntu 20.04.6 LTS SSL It! Version: 1.15.2-3490 After i had many errors yesterday, today i can see ssl renew screen but i dont get new cert but a prompt to upload .pem file - result is unsecured domain.
Back
Top