From: André Malo Date: Sat, 10 Jul 2004 17:22:50 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1fc7cd569cd71dec74af80ed2436550a97ef203;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104225 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index dce561a08b..eb0ec38783 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -222,6 +222,8 @@ configuration file. A useful line can be

application/octet-stream   bin dms lha lzh exe class tgz taz
+

Alternatively you may prefer to default everything to binary:

+
DefaultType application/octet-stream

How can I force an FTP ASCII download of @@ -234,6 +236,11 @@ however.)

+

How can I do FTP upload?

+

Currently, only GET is supported for FTP in mod_proxy. You can + of course use HTTP upload (POST or PUT) through an Apache proxy.

+ +

How can I access FTP files outside of my home directory?

An FTP URI is interpreted relative to the home directory of the user diff --git a/docs/manual/mod/mod_proxy_ftp.html.en b/docs/manual/mod/mod_proxy_ftp.html.en index 470ac98abf..d6733741e3 100644 --- a/docs/manual/mod/mod_proxy_ftp.html.en +++ b/docs/manual/mod/mod_proxy_ftp.html.en @@ -31,7 +31,8 @@

Summary

This module requires the service of mod_proxy. It provides support for the proxying - FTP sites.

+ FTP sites. Note that FTP support is currently limited to + the GET method.

Thus, in order to get the ability of handling FTP proxy requests, mod_proxy and mod_proxy_ftp