DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28656>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28656 consecutive ssh commands from a CGI timeout ------- Additional Comments From [EMAIL PROTECTED] 2004-07-12 13:54 ------- As Andre pointed out, this is almost certainly the cgi-stderr issue. See bug 22030. Trap the stderr on the script to /dev/null and rerun it verify. (ie, name your script script2.cgi, then create script1.cgi that looks like #!/bin/sh /path/to/script2.cgi 2>/dev/null and run script1.cgi from the web.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
