On 6/26/07, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote:
>
> On 26.06.2007, at 17:59, Stephen Deasey wrote:
>
> > Error message? Log file?
> >
> > Does it fail on:
> >
> >   ns_return 200 text/plain ok
>
> No errors, no access.log entries, nada.
> I created no-brain index.html like this:
>
> zvpb:/usr/local/ns zoran$ cat pages/index.html
> <html>
> <body>
>     Hallo
> </body>
> </html>
>
> and this never gets served. The IE attempts the
> connection and stops, telling that it could not
> open the page.
>
> Other browsers get the page allright (including
> IE6). Weird.
>
> I haven't tried it on Linux. I'm just trying the
> Mac OS X. Any clues where I should start peeking?
>
> To me, it looks like a driver-thread issue but I'm
> not sure.


I was thinking that maybe the Explorer developer toolbar let you spy
on the headers like the Firebug extension for Firefox does, but it
doesn't mention anything:

http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en

You could try ngrep on your OSX box:

  sudo /usr/sbin/ngrep -W byline -d eth0 port 8000

( http://ngrep.darwinports.com/ )

Maybe it's already installed?

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to