AH01075: Error dispatching request to : (reading input brigade). Partial results are valid but processing is incomplete

I am getting a lot of the following errors and this happens when our users try to upload photos.
“Partial results are valid but processing is incomplete
AH01075: Error dispatching request to : (reading input brigade)”

Tried a lot of fixes like increasing timeouts etc but none could fix the issue. After a lot of google, I assume the issue is with RequestReadTimeout configuration.

Some forum suggests adding the following line to httpd.conf
RequestReadTimeout handshake=0 header=20-600,MinRate=500 body=20,MinRate=500

But I think httpd.conf is not the correct place to configure this and if I add it there, it is throwing an error.

Anyone know where to configure RequestReadTimeout

Or is there any other solution to solve the issue?

Operating system CentOS Linux 8.2.2004
Apache version 2.4.37
PHP versions 7.2.24
MySQL version 10.3.17
PHP: PHP-FPM

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.