Re: webgw500 on alpha

Mark Bixby (markb@spock.dis.cccd.edu)
Wed, 28 Aug 1996 08:35:59 -0700 (PDT)

On my HPUX system, the web500gw 2.0 beta was generating broken HTTP that was
confusing Microsoft's Internet Explorer (it would print out the HTTP protocol
header information and not parse the HTML). I had to apply the following patch
to web500gw.c to fix this:

565c565
< fprintf(stderr, "Content-length = %i\n", content_length);

---
> /*        fprintf(stderr, "Content-length: %i\n", content_length); */
1703a1704
> /* cccd */
1709c1710
< ExpiresXXX: %s\r\n\
---
> Expires: %s\r\n\
-- 
Mark Bixby                      E-mail: markb@cccd.edu
Coast Community College Dist.   Web: http://www.cccd.edu/~markb/
District Information Services   1370 Adams Ave., Costa Mesa, CA, USA 92626-5429
Technical Support               +1 714 432-5865 x26010
"You can tune a file system, but you can't tune a fish." - tunefs(1M)