From: Daniel Gruno Date: Fri, 20 Apr 2012 11:38:00 +0000 (+0000) Subject: fix typos X-Git-Tag: 2.5.0-alpha~7111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1054c76916093198594b5fd7147eb5ce28d8ed38;p=thirdparty%2Fapache%2Fhttpd.git fix typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328331 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_ftp.xml b/docs/manual/mod/mod_proxy_ftp.xml index 77582e711b5..7a7c7b19f6b 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.