From 47a26d2a51d4328d8fe4c10f3bd5d88b499197b9 Mon Sep 17 00:00:00 2001 From: pcs Date: Mon, 21 Apr 1997 20:21:47 +0000 Subject: [PATCH] Question about PUT support in Apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77948 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/FAQ.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 2cbd0da143..a067539df1 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

-$Revision: 1.28 $ ($Date: 1997/04/21 13:43:28 $) +$Revision: 1.29 $ ($Date: 1997/04/21 20:21:47 $)

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.

  • Why do my Java app[let]s give me plain text when I request an URL from an Apache server?
  • +
  • Why can't I publish to my Apache server + using PUT on Netscape Gold and other programs? +
  • @@ -871,7 +874,21 @@ do not appear, and are not needed, for the hypertext version.

    +
    +
  • + Why can't I publish to my Apache server using PUT on + Netscape Gold and other programs? +

    + 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 + Publishing Pages with + PUT in Apache Week. +

  • +


    -- 2.50.1