If you already picked up a copy of httpd 1.1 and are using encoding, either
pick up another binary from /Web/ncsa_httpd/current/bin, or, if you're using
the source, apply the patch at the end of this message.
Sorry for the confusion.
--Rob
*** ../../httpd_1.1/src/http_mime.c Wed Jan 19 14:31:55 1994
--- http_mime.c Tue Jan 25 18:12:42 1994
***************
*** 309,315 ****
if(location[0])
fprintf(fd,"Location: %s%c",location,LF);
if(content_encoding[0])
! fprintf(fd,"Content-encoding: %s%c%c",content_encoding,LF,LF);
fprintf(fd,"%c",LF);
}
--- 309,315 ----
if(location[0])
fprintf(fd,"Location: %s%c",location,LF);
if(content_encoding[0])
! fprintf(fd,"Content-encoding: %s%c",content_encoding,LF,LF);
fprintf(fd,"%c",LF);
}