summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2004-07-10 18:38:12 +0200
committerNick Kew <niq@apache.org>2004-07-10 18:38:12 +0200
commit548d0b8cdf68562c9e3b73a3295c294ae76dd038 (patch)
tree4f4b65471799b4ac8cc6ee4f2a305eff5792f6ff /docs
parentupdate transformation (diff)
downloadapache2-548d0b8cdf68562c9e3b73a3295c294ae76dd038.tar.xz
apache2-548d0b8cdf68562c9e3b73a3295c294ae76dd038.zip
Document the fact that FTP support in mod_proxy is limited to GET.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_proxy.xml11
-rw-r--r--docs/manual/mod/mod_proxy_ftp.xml5
2 files changed, 13 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 6be5840420..190b1e7fde 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -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
@@ -196,6 +196,10 @@
<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 -->
<section id="type"><title>How can I force an FTP ASCII download of
@@ -208,6 +212,11 @@
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
diff --git a/docs/manual/mod/mod_proxy_ftp.xml b/docs/manual/mod/mod_proxy_ftp.xml
index 01baaf0b22..591d1c8ae1 100644
--- a/docs/manual/mod/mod_proxy_ftp.xml
+++ b/docs/manual/mod/mod_proxy_ftp.xml
@@ -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>