Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
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...
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
#...
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.
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
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...
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...
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
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...
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" >...
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...
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...