DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15926>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15926

ScriptLog different between cgid and cgi

           Summary: ScriptLog different between cgid and cgi
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_cgi
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


mod_cgi traps stderr correctly in ScriptLog while mod_cgid throws it away in 
ScriptLog....


mod_cgi:
%% [Thu Jan 09 11:52:11 2003] GET /bomb.cgi HTTP/1.1
%% 500 /usr/local/apache2/htdocs/bomb.cgi
%request
Accept: */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)
Host: linux11
Connection: Keep-Alive
%response
%stderr
can't read "MISSING": no such variable
    while executing
"puts $MISSING"
    (file "/usr/local/apache2/htdocs/bomb.cgi" line 3)

mod_cgid:
%% [Thu Jan 09 11:47:04 2003] GET /bomb.cgi HTTP/1.1
%% 500 /usr/local/apache2/htdocs/bomb.cgi
%request
Accept: application/vnd.ms-excel, application/msword, application/vnd.ms-
powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)
Host: linux11
Connection: Keep-Alive
%response

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to