HP3000-L Archives

October 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stan Sieler <[log in to unmask]>
Reply To:
Stan Sieler <[log in to unmask]>
Date:
Wed, 14 Oct 1998 15:18:36 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
Re:
> I've been running Apache(1.2.1) successfully on our HP3000
> 939(formerly a 947) for over a year and just started noticing some
> problems with the newer browsers.
>
> Problem: When reading any html page from the HP3000

Possibly a byte-stream emulation problem.

For any such file, try:

  (assume the file is foo.html, in the current working directory,
   and you're in the shell)

   callci "listfile ./foo, 2"

If the file "TYP" is "BA", it's a byte stream file (good).
If it's "FA" or "VA" or "FB" or "VB", it's not byte stream (bad).

To convert an FA/VA file:

     tobyte -at ./foo.html > newfoo.html
     chmod 644 newfoo.html

and then test accessing newfoo.html with one of the hang-prone
browsers.  If it works ok, and all the data is shown, then:

     mv newfoo.html foo.html

--
Stan Sieler                                          [log in to unmask]
                                     http://www.allegro.com/sieler.html

ATOM RSS1 RSS2