Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 73816 invoked from network); 26 Feb 2007 19:30:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2007 19:30:35 -0000 Received: (qmail 40173 invoked by uid 500); 26 Feb 2007 19:30:42 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 40148 invoked by uid 500); 26 Feb 2007 19:30:42 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 40136 invoked by uid 99); 26 Feb 2007 19:30:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 11:30:42 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [217.160.171.50] (HELO jupiter.hal-nine-zero-zero-zero.net) (217.160.171.50) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 26 Feb 2007 11:30:25 -0800 Received: (qmail 673 invoked from network); 26 Feb 2007 19:30:01 -0000 Received: from unknown (HELO p54A3081B.dip0.t-ipconnect.de) (84.163.8.27) by jupiter.hal-nine-zero-zero-zero.net with SMTP; 26 Feb 2007 19:30:01 -0000 From: =?utf-8?q?Andr=C3=A9_Malo?= Organization: TIMTOWTDI To: docs@httpd.apache.org Subject: Re: svn commit: r511957 - in /httpd/mod_ftp/trunk: STATUS docs/manual/ftp/ftp_intro.xml docs/manual/ftp/ftp_tls.html.en docs/manual/ftp/ftp_tls.xml docs/manual/ftp/index.html.en docs/manual/ftp/index.xml docs/manual/mod/mod_ftp.html.en Date: Mon, 26 Feb 2007 20:30:00 +0100 User-Agent: KMail/1.9.6 References: <20070226192106.0B6821A981D@eris.apache.org> In-Reply-To: <20070226192106.0B6821A981D@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200702262030.00737@news.perlig.de> X-Virus-Checked: Checked by ClamAV on apache.org * sctemme@apache.org wrote: > + > + LoadModule ftp_module /usr/local/apache2/modules/mod_ftp.so
> +
> + Listen 990 ftps
> + AcceptFilter ftps data
> +
> + LogFormat "%u [%a] %r %>s" ftp_command
> + LogFormat "%{%b %e %H:%M:%S %Y}t %T %a %B %U %M %F %d %W %u %S %Z > %Y" ftp_transfer
+
> + <VirtualHost _default_:990>
> +
> +   FTP On
> +   SSLEngine On
> +   FTPImplicitSSL On
> +
> +   SSLCertificateFile ssl/server.crt
> +   SSLCertificateKeyFile ssl/server.key
> +
> +   ErrorLog logs/ftps_error.log
> +
> +   CustomLog logs/ftps_command.log ftp_command
> +   CustomLog logs/ftps_transfer.log ftp_transfer > env=3Ddo_transfer_log
+
> +   DocumentRoot "/usr/local/apache2/htdocs"
> +
> + </VirtualHost>
> +
Sander, can you please not use these nobreakspaces in code examples? c&p=20 into config files doesn't work very well with those (configs won't work for= =20 no apparent reason). You can use the element for indentations. Thanks, nd =2D-=20 "Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine beiden Gef=C3=A4hrten nicht zu z=C3=A4hlen brauchte" -- Karl May, "Winnetou= III" Im Westen was neues: --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org