From: Marc Slemko Date: Tue, 10 Jun 1997 16:04:43 +0000 (+0000) Subject: Remove leftover JDK question and fix BrowserMatch string. X-Git-Tag: APACHE_1_3_PRE_NT~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f57f8f824c421fbbcdbc9671d1220fb93b308bc;p=thirdparty%2Fapache%2Fhttpd.git Remove leftover JDK question and fix BrowserMatch string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78284 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 6181d46e9fc..8ea4532344d 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.65 $ ($Date: 1997/06/09 15:30:02 $) + $Revision: 1.66 $ ($Date: 1997/06/10 16:04:43 $)

The latest version of this FAQ is always available from the main @@ -1000,7 +1000,7 @@

-
BrowserMatch Java/1.0 force-response-1.0 +
BrowserMatch Java1.0 force-response-1.0

@@ -1382,28 +1382,6 @@


-
  • - Why do Java applets and applications not work - with documents on my Apache server? - -

    - The Java Development Kit (JDK) libraries versions 1.0.2 and 1.1 do not - correctly interpret the "HTTP/1.1" response - header that Apache 1.2 sends. Instead, if they don't see an exact - match for "HTTP/1.0", they assume the headers - are part of the document content. -

    -

    - This is a known problem, and it has been reported to Sun's JavaSoft - unit. In the meantime, Apache 1.2 servers can work around this by - adding the following lines to their configuration files: -

    -
    -
    BrowserMatch Java1.0 force-response-1.0 -
    -
    -
    -
  • Why do I get an error about an undefined reference to "__inet_ntoa" or other __inet_* symbols?