coar 97/05/06 08:12:36
Modified: htdocs/manual/misc FAQ.html Log: Added semi-FAQ about Java JDX 1.? and Apache's HTTP/1.1 headers. I suspect this one's going to come up a *lot* once 1.2 is formally released and a substantial number of those 400,000 servers out there upgrade.. Revision Changes Path 1.56 +28 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v retrieving revision 1.55 retrieving revision 1.56 diff -C3 -r1.55 -r1.56 *** FAQ.html 1997/05/05 01:30:04 1.55 --- FAQ.html 1997/05/06 15:12:35 1.56 *************** *** 8,14 **** <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.55 $ ($Date: 1997/05/05 01:30:04 $) </P> <P> The latest version of this FAQ is always available from the main --- 8,14 ---- <!--#include virtual="header.html" --> <H1>Apache Server Frequently Asked Questions</H1> <P> ! $Revision: 1.56 $ ($Date: 1997/05/06 15:12:35 $) </P> <P> The latest version of this FAQ is always available from the main *************** *** 170,175 **** --- 170,178 ---- <LI><A HREF="#addlog">How do I add browsers and referrers to my logs?</A> </LI> + <LI><A HREF="#jdk1.x">Why do Java applets and applications not work + with documents on my Apache server?</A> + </LI> </OL> </LI> </UL> *************** *** 1337,1342 **** --- 1340,1369 ---- ><CITE>Gathering Visitor Information: Customising Your Logfiles</CITE></A>". </P> + <HR> + </LI> + <LI><A NAME="jdk1.x"> + <STRONG>Why do Java applets and applications not work + with documents on my Apache server?</A></STRONG> + </A> + <P> + The Java Development Kit (JDK) libraries versions 1.0.2 and 1.1 do not + correctly interpret the "<SAMP>HTTP/1.1</SAMP>" response + header that Apache 1.2 sends. Instead, if they don't see an exact + match for "<SAMP>HTTP/1.0</SAMP>", they assume the headers + are part of the document content. + </P> + <P> + 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: + </P> + <DL> + <DD><CODE>BrowserMatch HotJava/1. force-response-1.0 + <BR> + BrowserMatch Java1. force-response-1.0</CODE> + </DD> + </DL> <HR> <!-- Don't forget to add HR tags at the end of each list item.. --> </LI>