Re: [AOLSERVER] Intermittent header on web page?

2001-04-24 Thread Donald F Evans
Solution Odd as it may sound, it appears as if a Wireless Access Point attached to the same network was causing the problem I discoved today that I was having exactly the same problem on two boxes. One is a Linux box running AOLServer and the other Win2000 running IIS. Both attach to t

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Jim Wilcoxson
It looks like your server response does not have a valid HTTP response because there are some characters missing or bits flipped in the "HTTP/1.0 200 OK" line. When your browser sees this, it appears to be interpreting the entire response as an HTML or plain-text document, which is why your (serv

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Donald F Evans
It appears to be machine related. One one machine we have no problem, on the other, this intermittent error occurs. I am beginning to think NIC card or something. --- Rob Mayoff <[EMAIL PROTECTED]> wrote: > You might be calling ns_write before calling > ns_return. > > > Occasionally I get (abou

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Eduards Cauna
For adp pages try ns_puts. At 23:48 4/23/2001, you wrote: > > Actually, I am using neither ns_write or ns_read. I > > am using ns_adp_puts to "print to the browser". > > Should I be gathering all the html into one var and > > then ns_write it out? > >No. If you're using ADP, you shouldn't be c

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Rob Mayoff
> Actually, I am using neither ns_write or ns_read. I > am using ns_adp_puts to "print to the browser". > Should I be gathering all the html into one var and > then ns_write it out? No. If you're using ADP, you shouldn't be calling either ns_write or ns_return. Come up with a test case and pos

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Donald F Evans
Actually, I am using neither ns_write or ns_read. I am using ns_adp_puts to "print to the browser". Should I be gathering all the html into one var and then ns_write it out? someting like append htmlVar "Hello world" ... ns_write "htmlVar" --- Rob Mayoff <[EMAIL PROTECTED]> wrote: > You might b

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Rob Mayoff
You might be calling ns_write before calling ns_return. > Occasionally I get (about one in every ten page views) > the following message at the top of my web pages? Any > ideas??? > > HT.0/1.0 200 OK MIME-Version: 1.0 Date: Mon, 23 Apr > 2001 19:16:53 GMT Server: AOLserver/3.3.1 > Content-Type:

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Donald F Evans
Occasionally I get (about one in every ten page views) the following message at the top of my web pages? Any ideas??? HT.0/1.0 200 OK MIME-Version: 1.0 Date: Mon, 23 Apr 2001 19:16:53 GMT Server: AOLserver/3.3.1 Content-Type: text/html Content-Length: 3227 Connection: keep-alive The message app