From 1054c76916093198594b5fd7147eb5ce28d8ed38 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 20 Apr 2012 11:38:00 +0000 Subject: fix typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328331 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_ftp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/manual/mod/mod_proxy_ftp.xml b/docs/manual/mod/mod_proxy_ftp.xml index 77582e711b..7a7c7b19f6 100644 --- a/docs/manual/mod/mod_proxy_ftp.xml +++ b/docs/manual/mod/mod_proxy_ftp.xml @@ -100,7 +100,7 @@
How can I hide the FTP cleartext password in my browser's URL line?

To log in to an FTP server by username and password, Apache uses - different strategies. In absense of a user name and password in the URL + different strategies. In absence of a user name and password in the URL altogether, Apache sends an anonymous login to the FTP server, i.e.,

@@ -139,7 +139,7 @@ a base64-encoded cleartext string, and between the Apache proxy and the FTP server as plaintext. You should therefore think twice before accessing your FTP server via HTTP (or before accessing your personal - files via FTP at all!) When using unsecure channels, an eavesdropper + files via FTP at all!) When using insecure channels, an eavesdropper might intercept your password on its way.

-- cgit v1.2.3