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