Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

subrequest cycle cause cpu 100% (1 reply)

$
0
0
hello,

I use error_page = /500.html to show myself 500 page, and for some reason, I need ssi include in 500.html, for example:

500.html

<!--# include virtual="/fastcgi/global" -->
<!--# include virtual="/fastcgi/cap" -->
<!--# include virtual="/fastcgi/header" -->

if fastcgi upstream return 500 response code, it will cause subrequest cycle, a set number of error logs such as "subrequests cycle while processing "xxx" while sending response to client".

but if I add "wait" parameter in ssi

500.html

<!--# include virtual="/fastcgi/global" wait="yes" -->
<!--# include virtual="/fastcgi/cap" -->
<!--# include virtual="/fastcgi/header" -->

I find endless error log such as "subrequest cycle" in error_log, and cpu go up to 100%

I wonder why wait parameter cause so strange case, thanks


best regards

Viewing all articles
Browse latest Browse all 7229


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>