From: Nick Kew Date: Sat, 10 Jul 2004 16:38:12 +0000 (+0000) Subject: Document the fact that FTP support in mod_proxy is limited to GET. X-Git-Tag: pre_ajp_proxy~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=548d0b8cdf68562c9e3b73a3295c294ae76dd038;p=apache 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 --- 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 @@ - + @@ -208,6 +212,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.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 @@ - +