The problem seems to have something to do with the new line of Netscape/Mozilla clients (since around Netscape 4.7).

I have had a perl cgi application running on a Netscape Fasttrack Server 3.01 (a forerunner of the iPlanet-Servers) on HP-UX 10.20 (now 11.0) since 1998 and it never did this kind of thing with the old browsers.

By analyzing the logs and results from debugging code I was astonished to find that everything was actually going as expected: cgi a was executed, the browser received the redirect, called cgi b, which was executed and completed. But still I kept getting core files, no output in the browser and logs of TIMEOUTS or PREMATURE EOFs as seen below until I changed from relative to absolute URLs as described by Michiel above.

[25/Oct/2002:20:46:16] failure: for host 141.36.65.205 trying to GET / +cgi-bin/fw/fw_ordner.pl, send-cgi reports: error occurred while sendi +ng content to script (IO timeout error) [28/Oct/2002:10:49:57] failure: for host 141.36.65.205 trying to GET / +cgi-bin/fw/fw_ordner.pl, send-cgi reports: error occurred while sendi +ng content to script (premature EOF)
This is very strange.

In reply to Re: Redirecting from a scipt to another script by mhi
in thread Redirecting from a scipt to another script by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.