]> granicus.if.org Git - apache/commitdiff
Document the fact that FTP support in mod_proxy is limited to GET.
authorNick Kew <niq@apache.org>
Sat, 10 Jul 2004 16:38:12 +0000 (16:38 +0000)
committerNick Kew <niq@apache.org>
Sat, 10 Jul 2004 16:38:12 +0000 (16:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104224 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_ftp.xml

index 6be58404202c41f47eab6398a3ac8817444cf2e1..190b1e7fde3422ae35c4a975193469a377dd0642 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
 
       <example>
 <pre>application/octet-stream   bin dms lha lzh exe class tgz taz</pre>
+      </example>
+       <p>Alternatively you may prefer to default everything to binary:</p>
+      <example>
+<pre>DefaultType application/octet-stream</pre>
       </example>
     </section> <!-- /mimetypes -->
 
       however.)</p>
     </section> <!-- /type -->
 
+    <section id="ftpnonget"><title>How can I do FTP upload?</title>
+       <p>Currently, only GET is supported for FTP in mod_proxy.  You can
+       of course use HTTP upload (POST or PUT) through an Apache proxy.</p>
+    </section>
+
     <section id="percent2fhck"><title>How can I access FTP files outside
     of my home directory?</title>
       <p>An FTP URI is interpreted relative to the home directory of the user
index 01baaf0b220d6d45f4d00c326022f216a6c2dea2..591d1c8ae16a71ac0b4d58a18db3bde748865e0a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -31,7 +31,8 @@
 <summary>
     <p>This module <em>requires</em> the service of <module
     >mod_proxy</module>. It provides support for the proxying
-    FTP sites.</p>
+    FTP sites.  Note that FTP support is currently limited to
+    the GET method.</p>
 
     <p>Thus, in order to get the ability of handling FTP proxy requests,
     <module>mod_proxy</module> and <module>mod_proxy_ftp</module>