1:从新定义stdin和stdoutide
dup2(cgi_output[1], 1); dup2(cgi_input[0], 0);
2:execl继承父进程的stdin/stdout/stderrcode