The only information I haven't seen yet is the Apache config file for your Apache instance. For example, what do you have CGIConvMode set to?
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Kevin Turner
Sent: 10 September 2012 16:07
To: 'Web Enabling the AS400 / iSeries'
Subject: Re: [WEB400] how to analyze what qtmhwrstout is sending to the browser?
Apache is sending that content to your browser because (in all likelihood) it cannot make any sense of the data you have written to stdout. It probably does not understand the header.
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Steve Richter
Sent: 10 September 2012 14:51
To: Web Enabling the AS400 / iSeries
Subject: [WEB400] how to analyze what qtmhwrstout is sending to the browser?
How do I see what qtmhwrstout is actually sending to the browser? I am using the IE9 browser. But I also have firefox on this PC.
I am running fiddler but am not exactly sure how to use it.
I see in the "web sessions" listbox and entry for the browser calling my cgi program:
# Result Protocol Host URL Body Caching Content-Type Process Comments Custom
2 500 HTTP 192.168.1.53:8014 /cgidev2p/http5004.pgm 197 text/html;
charset=ISO-8859-1 iexplore:5340
and then in the lower right output panel I get the following:
HTTP/1.1 500 Internal Server Error
Date: Mon, 10 Sep 2012 03:45:40 GMT
Server: Apache
Content-Length: 197
Connection: close
Content-Type: text/html; charset=ISO-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD>
<TITLE>500 Internal Server Error</TITLE> </HEAD><BODY> <H1>Internal Server Error</H1> Cannot read script output pipe.
</body></html>
Which I do not understand. Is this what the browser is receiving from the as400? In this case, what I am passing to qtmhwrstout is some xml in utf8 encoding that is entended to be opened as an attachment by excel.
thanks,
--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
NOTICE: The information in this electronic mail transmission is intended by CoralTree Systems Ltd for the use of the named individuals or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected.
--------------------------------------------------------------------------------
CoralTree Systems Limited
25 Barnes Wallis Road
Segensworth East, Fareham
PO15 5TT
Company Registration Number 5021022.
Registered Office:
12-14 Carlton Place
Southampton, UK
SO15 2EA
VAT Registration Number 834 1020 74.
--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
NOTICE: The information in this electronic mail transmission is intended by CoralTree Systems Ltd for the use of the named individuals or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected.
--------------------------------------------------------------------------------
CoralTree Systems Limited
25 Barnes Wallis Road
Segensworth East, Fareham
PO15 5TT
Company Registration Number 5021022.
Registered Office:
12-14 Carlton Place
Southampton, UK
SO15 2EA
VAT Registration Number 834 1020 74.
As an Amazon Associate we earn from qualifying purchases.