]> granicus.if.org Git - apache/commitdiff
Question about PUT support in Apache.
authorpcs <pcs@unknown>
Mon, 21 Apr 1997 20:21:47 +0000 (20:21 +0000)
committerpcs <pcs@unknown>
Mon, 21 Apr 1997 20:21:47 +0000 (20:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77948 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 2cbd0da14363fecefe5e1ac3509688fc0d56c994..a067539df1e55df28494e2ebb2a9ea5a295ecebd 100644 (file)
@@ -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" -->