pcs 97/04/21 13:21:49
Modified: htdocs/manual/misc FAQ.html
Log:
Question about PUT support in Apache.
Revision Changes Path
1.29 +18 -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.28
retrieving revision 1.29
diff -C3 -r1.28 -r1.29
*** FAQ.html 1997/04/21 13:43:28 1.28
--- FAQ.html 1997/04/21 20:21:47 1.29
***************
*** 8,14 ****
<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
! $Revision: 1.28 $ ($Date: 1997/04/21 13:43:28 $)
</P>
<P>
If you are reading a text-only version of this FAQ, you may find numbers
--- 8,14 ----
<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
! $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,122 ****
--- 117,125 ----
<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,877 ****
--- 874,894 ----
</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" -->