1:從新定義stdin和stdoutide
dup2(cgi_output[1], 1); dup2(cgi_input[0], 0);
2:execl繼承父進程的stdin/stdout/stderrcode