[BusyBox] httpd POST problem with IE

Miles Roper mroper at westcoastdhb.org.nz
Tue Sep 14 20:47:58 UTC 2004


Pretty sure its not segfaulting.  

Tried the below test previously and looks fine :o(

If you want to have a look at the problem feel free :o)  I can give you any
help with how to reproduce it, or how the scripting works.

I have the packet traces from ethereal but just haven't had time to go
through them yet.

-----Original Message-----
From: Simon Poole [mailto:simon.armlinux at themalago.net] 
Sent: Wednesday, 15 September 2004 03:58 a.m.
To: Miles Roper
Cc: 'busybox at busybox.net'; Thinstation-Developer
(thinstation-developer at lists.sourceforge.net)
Subject: Re: [BusyBox] httpd POST problem with IE

Miles Roper wrote:

> The following web page source works fine in Mozilla/firefox, but in IE
after
> you click on one of the buttons, it comes back with a "This page cannot be
> displayed" error, down the bottom it says
> 
> "Cannot find server or DNS Error
> Internet Explorer."
> 

I have seen the same error occurring on a weirdly inconsistent basis 
when my cgi scripts were segfaulting half way through.  My CGI was 
written in C and was segfaulting due to carelessly memsetting more than 
I malloced!

Double-check whether your script is seg-faulting.

You could also check that your CGI-script is returning reasonable HTTP 
headers.  Try "telnet <IPADDRESS> 80" and then type "GET 
/cgi-bin/myscript.cgi HTTP/1.0" followed by two new-lines, and examine 
the response.  It should return at least a "HTTP/1.0 200 OK" or similar.

Simon Poole
www.appliancestudio.com

==================================================
Attention:
The information contained in this message and/or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by person or entities other than the intended recipient
is prohibited.  If you receive this in error, please contact the sender and delete the material from your system and destroy any copies.
===================================================



More information about the busybox mailing list