• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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