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.
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.
Thanks Peter.
Nginx's client_max_body_size is already set to 2000m (since my site handles large file uploads).
Anyways it seems to be solved after I set this PHP directive in php.ini:
output_buffering = 0 (instead of 4096)
Does it make sense to you?
Anyways my PHP download script is already...
Hi everyone,
I am facing a quite urgent issue here, because all the downloads of files >1GB served by PHP via HTTP are failing exactly at 1GB.
I've searched online but nothing seems to solve the issue.
Can anybody help?
Massimo.
Thanks for your kind answer. I’ll do some more research on the packages you are mentioning. If anyone happens to have a specific guide for the rar extension, I cannot seem to find anything at all about it!
Best,
Massimo.
Hi everyone,
I have been struggling trying to install the RAR extension for PHP in Plesk Obsidian 18.
I need it for PHP 7.4.
I have followed this guide (Adding Custom PHP Module in Plesk) and now I see it in the Extensions:
But when I try \RarArchive::open($path) it says Class 'RarArchive'...