Control Web Panel

WebPanel => PHP => Topic started by: Anders on January 16, 2020, 02:25:38 PM

Title: Want upload big files
Post by: Anders on January 16, 2020, 02:25:38 PM
I run Nginx & Varnish & Apache and Force Apache to use PHP-FPM Selector 7.3

And this is what i get
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.

i have .user.ini in root with

Code: [Select]
date.timezone=Europe/Stockholm
register_globals=Off
display_errors=On
post_max_size=5000M
memory_limit=2048M
upload_max_filesize=5000M
max_execution_time=3600
expose_php=Off
session.save_path=/tmp
magic_quotes_gpc=Off
magic_quotes_runtime=Off
magic_quotes_sybase=Off
error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED

and have also that settings in php.ini and in nginx.conf i have client_max_body_size 5000M;

please need help
Title: Re: Want upload big files
Post by: Anders on January 24, 2020, 09:06:59 AM
Is it only me that want this?
I need help
Title: Re: Want upload big files
Post by: Igor S. on January 24, 2020, 09:31:10 AM
You can have the problem since Varnish cache. Try to stop it and drop caches and restart web servers and check then.