• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. Rar9

    Question Phusion passenger pnpm/deno/bun?

    Hi, stable node comes by default with both npm & pnpm. So why doesn't plesk at least build passanger to make use of pnpm which is much faster? Alternative a guide for rebuild/compile phusion_passenger like it exsist for nginx would be great. Deno feature request is from 2021 with out...
  2. Rar9

    Question Phusion passenger pnpm/deno/bun?

    How to expand plesk phusion passenger package manager gui to use pnpm / deno / bun instead of only npm/yarn?
  3. Rar9

    Question Sveltekit passanger upload limit

    // Plesk Passanager async function loadApp() { process.env.BODY_SIZE_LIMIT = '104857600'; const { app } = await import('./build/index.js'); } loadApp();
  4. Rar9

    Question Sveltekit passanger upload limit

    I set in nginx.conf client_max_body_size 100m In phusion_passenger.conf I reduced to 25 passenger_root /usr/share/passenger/phusion_passenger/locations.ini; passenger_log_file /var/log/passenger/passenger.log; # Avoid downloading of sources or binary for ruby passenger_native_support.so #...
  5. Rar9

    Question Sveltekit passanger upload limit

    I've got a 413 issue when trying to upload images längere than 1mb on my plesk ubuntu 22.04 server. I using a sveltekit project using nginx only & passanger node Setting Client_max_body_size and defining passenger_max_pool_size 250; Have no effect.
  6. Rar9

    Resolved Plesk Backups downloaded with .tzst file

    -t is test extract without extraction
  7. Rar9

    Resolved Plesk Backups downloaded with .tzst file

    Test on via ssh on server where the newer ZSTD compressions is already present tar -tvf Your_File. xx --use-compress-program pzstd
  8. Rar9

    Resolved Plesk Backups downloaded with .tzst file

    plesk has post this now which is easier ;) https://support.plesk.com/hc/en-us/articles/4411171274770-How-to-extract-the-files-from-a-Plesk-backup-created-in-Plesk-Obsidian-18-0-40-and-later-versions
  9. Rar9

    Question Update ImageMagick on plesk

    On ubuntu 18 this was working: #compile last imagemagick first .. .I use this easy script. bash <(curl -sL dist.1-2.dev/imei) --no-sig-verify --imagemagick-version 7.1.0-29 --force identify -version wget https://pecl.php.net/get/imagick tar zxvf imagick cd imagick-3.7.0/ phpize ./configure...
  10. Rar9

    Question Plesk NPM update issue

    Getting the same after hitting npm install button via gui Did u mange to resolve it?
  11. Rar9

    Resolved Plesk Backups downloaded with .tzst file

    All of this is just another step to waste time. for minimal improvement Here for extracting the .tzst command. tar -I zstd -xvf example.tar.zst
  12. Rar9

    Resolved ImageMagick WEBP supported formats Ubuntu

    This will help to compile the latest version .. just change it for the required version and you then need compile php imagick herre for php 7.4
  13. Rar9

    Question URL redirects/rewrites via additional Apache/Nginx directives

    Hi i need help with 2x basic nginx redirect rules as my current setup only points to my front-page but doesn't redirect to the given XX page url. server_name ~^(?<sub>[a-zA-Z0-9-]+)\.olddomain\.de$; # will cause the sub-domain to be placed in $sub return 301...
  14. Rar9

    Resolved redis 6 + phpredis Version mix?

    I was thinking wrong. My believe all versions needed to be the same. Phpredis only exsisting in 5.3.4 I simply recompiled an now i get php + plesk php 6.2 + Phpredis 5.3.4
  15. Rar9

    Resolved redis 6 + phpredis Version mix?

    As of now i only managed to install redis sever 6.0.10 for Ubuntu sudo add-apt-repository ppa:chris-lea/redis-server sudo apt-get update && sudo apt-get upgrade sudo apt-get install redis-server sudo systemctl enable redis-server But when i instal phpredis i only get redis 5.3.4 apt-get...
  16. Rar9

    php 8 imagick

    I tried and this worked for me cd /tmp git clone https://github.com/Imagick/imagick cd imagick nano php_imagick.h -> replace @PACKAGE_VERSION@ to 3.4.5 /opt/plesk/php/8.0/bin/phpize ./configure --with-php-config=/opt/plesk/php/8.0/bin/php-config make make install echo "extension=imagick.so" >...
  17. Rar9

    php 8 imagick

    Any update for imagemagick for php 8.x ? I saw on github.com that complie should now possibly work.
  18. Rar9

    Issue How can I activate Brotli or update Apache 2.4.6 for easy activation?

    Thanks, I used a different guide, so some domains get brotli others don't if u curl them. How to make sure the order is right?
  19. Rar9

    Issue How can I activate Brotli or update Apache 2.4.6 for easy activation?

    Hi, I like to join this discussion. Basically Brotil is the newer and better compression. Apache + nginx support this, only PLESK is not yet interested to implement it since it came out, which I believe was around 5 years ago. If we ask support, they tell us to reach out to this forum, as its...
  20. Rar9

    Question drupal 8 in nginx-only mode

    I got a bit further yesterday as the above is only for wordpress Unfortunately I is still face issues for 403/404 and maintenance 503 page that now come from ngnix insteade from drupal And tailings / only are removed on frontpage but not on other pages like ../en/ Here my config, I'm using an...
Back
Top