< H2 > related errors: < H2 > Nginx Error Log recv() failed (104: Connection reset by peer) while reading response header from upstream PHP FPM Error Log 449 [04-Jan-2019 10:52:30] WARNING: [pool www] child 25054 exited on signal 11 (SIGSEG...
Environment: windows2008 R2, iis7.5 + php5.5 (fastcgi) problem description: after the server has been running for a period of time, the current script file name contained in the $_ SERVER [ SCRIPT_FILENAME ] variable in a script does not match the...
fastcgi configuration: location ~ .php(.*)$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^((?U).+ .php)( ?.+)$; fastcgi_param SCRIPT_FILENAME $document_root$fa...
run PHP7.1.16 (64-bit) in FastCGI mode under Windows 2008R2 IIS7.5, and sometimes return a 502 error. Check the resource monitor and find that the php-cgi process cannot reside in memory, and the request is terminated at the end of the request. maximum...