<?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
<?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
<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>