Results 2 issues of OVHcloud

set $var $echo_it; results to nginx crashing: 2012/05/02 12:30:13 [notice] 22517#0: signal 17 (SIGCHLD) received 2012/05/02 12:30:13 [alert] 22517#0: worker process 22518 exited on signal 11 2012/05/02 12:30:13 [notice] 22517#0:...

When changing: echo_foreach_split ',' $filelist; echo_subrequest_async GET '/getFile' -q 'file=$echo_it' ; echo_end; to echo_foreach_split ',' $filelist; echo_subrequest GET '/getFile' -q 'file=$echo_it' ; echo_end; the body is modified, and I see...