<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
-$Revision: 1.28 $ ($Date: 1997/04/21 13:43:28 $)
+$Revision: 1.29 $ ($Date: 1997/04/21 20:21:47 $)
</P>
<P>
If you are reading a text-only version of this FAQ, you may find numbers
<LI><A HREF="#jdk102">Why do my Java app[let]s give me plain text
when I request an URL from an Apache server?</A>
</LI>
+ <LI><A HREF="#putsupport">Why can't I publish to my Apache server
+ using PUT on Netscape Gold and other programs?</STRONG></A>
+ </LI>
</OL>
</LI>
</UL>
</DD>
</DL>
</P>
+ <HR>
</LI>
+ <LI><A NAME="putsupport">
+ <STRONG>Why can't I publish to my Apache server using PUT on
+ Netscape Gold and other programs?</STRONG></A>
+ <P>
+ Because you need to install and configure a script to handle
+ the uploaded files. This script is often called a "PUT" handler.
+ There are several available, but they may have security problems.
+ Using FTP uploads may be easier and more secure, at least for now.
+ For more information, see
+ <A HREF="http://www.apacheweek.com/features/put">Publishing Pages with
+ PUT</A> in Apache Week.
+ </LI>
+ </P>
</OL>
<HR>
<!--#include virtual="footer.html" -->