I need some help to debug this situation!
The problem
I get a lot of these error in apache error_log:
Actual settings:
CentoOS 7.4, Plesk Onyx 17.5.3
Hosting settings:
- PHP 7.1.15
- FPM application served by Apache
nginx settings:
"Proxy mode" and "Smart static files processing" enabled.
Additional nginx directives:
AH01070: Error parsing script headers
The problem
I get a lot of these error in apache error_log:
Code:
AH01070: Error parsing script headers
CentoOS 7.4, Plesk Onyx 17.5.3
Hosting settings:
- PHP 7.1.15
- FPM application served by Apache
nginx settings:
"Proxy mode" and "Smart static files processing" enabled.
Additional nginx directives:
Code:
gzip on; gzip_disable "MSIE [1-6]\\.(?!.*SV1)"; gzip_proxied any;...