While trying to upload files larger than 4MB on my website, I get an error on the apache server:
"[proxy_fcgi:error] [pid 1699] (70008)Partial results are valid but proce… (lees meer)
While trying to upload files larger than 4MB on my website, I get an error on the apache server:
"[proxy_fcgi:error] [pid 1699] (70008)Partial results are valid but processing is incomplete: [client 10.0.3.91:44950] AH01075: Error dispatching request to : (reading input brigade)".
It's an EC2 server behind a load balancer on AWS using Apache/2.4.56 and PHP-FPM 8.0.28.
I checked the access logs User Agent and it only happens with the Mozilla Firefox browser, which is a small fraction of our visitors, thankfully. Even testing with Postman works.
Could you please help me investigate and fix this?