Update: doesn't seem to be an Apache problem, so don't start debugging like I described below.

I've never heard of such a strange behaviour before.

There are two things you can do to find out:

1) Turn on debug level logging for apache. Apache is great in that its logging facilities can be configured in many ways. Try to get as much information as possible. Perhaps it helps.

2) It sounds like Apache is reacting to some kind of HTTP header. Use a network sniffer like wireshark to record the headers of a request that leads to "not ok" behaviour, and then test them to see which one (or which combination) is the offending.

Both approaches can be much work, but it's also a great exercise in environment+config debugging ;-)


In reply to Re: Apache CGI Firefox IE7 Win32 "Bug?" by moritz
in thread Apache CGI Firefox IE7 Win32 "Bug?" (Solved) by tachyon-II

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.