Commit ec548b10 authored by pcs's avatar pcs
Browse files

Question about PUT support in Apache.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77948 13f79535-47bb-0310-9956-ffa450edef68
parent b5ea5dcc
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
<!--#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
@@ -117,6 +117,9 @@ do not appear, and are not needed, for the hypertext version.
   <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>
@@ -871,7 +874,21 @@ do not appear, and are not needed, for the hypertext version.
   </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" -->