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 2005/09/19 15:58:42 UTC

DO NOT REPLY [Bug 36710] New: - CGI output not captured

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

           Summary: CGI output not captured
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_cgi
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: sk_np@krude.de


When a batch file is executed via CGI, the output of programs this batch file
calls is not captured and sent to the client.

Example:
contents of test.cmd
--------------------
@echo off
echo Content-type: text/plain
echo.
echo pinging 192.168.0.160
ping.exe 192.168.0.160
echo done
--------------------

The host is pinged, thus the ping.exe is executed (I can see the ICMP packets
with Ethereal, but the output of the ping program does not appear in the browser
window (only the text 'pinging 192.168.2.160' and 'done').

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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