You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/04/15 08:53:26 UTC

DO NOT REPLY [Bug 22030] - SECURITY: 4097+ bytes of stderr from cgi script causes script to hang

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=22030>.
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=22030

SECURITY: 4097+ bytes of stderr from cgi script causes script to hang





------- Additional Comments From apache-bugzilla-20040415@djce.org.uk  2004-04-15 06:53 -------
My lame workaround has been to start all my CGIs by re-opening STDERR to a plain
file: open(STDERR, ">>/tmp/error.log").  Yuck.

Without that hack, this is bug a show-stopper for me too - there's no way I
could deploy httpd2 on a system with CGIs I don't 100% trust (e.g. the shared
webserver we virtualhost all our customer's webs on).

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org