* [EMAIL PROTECTED] wrote:
> + <example>
> + LoadModule ftp_module /usr/local/apache2/modules/mod_ftp.so<br/>
> + <br/>
> + Listen 990 ftps<br/>
> + AcceptFilter ftps data<br/>
> + <br/>
> + LogFormat "%u [%a] %r %>s" ftp_command<br/>
> + LogFormat "%{%b %e %H:%M:%S %Y}t %T %a %B %U %M %F %d %W %u %S %Z
> %Y" ftp_transfer<br/> + <br/>
> + <VirtualHost _default_:990><br/>
> + <br/>
> +   FTP On<br/>
> +   SSLEngine On<br/>
> +   FTPImplicitSSL On<br/>
> + <br/>
> +   SSLCertificateFile ssl/server.crt<br/>
> +   SSLCertificateKeyFile ssl/server.key<br/>
> + <br/>
> +   ErrorLog logs/ftps_error.log<br/>
> + <br/>
> +   CustomLog logs/ftps_command.log ftp_command<br/>
> +   CustomLog logs/ftps_transfer.log ftp_transfer
> env=do_transfer_log<br/> + <br/>
> +   DocumentRoot "/usr/local/apache2/htdocs"<br/>
> + <br/>
> + </VirtualHost><br/>
> + </example>
Sander, can you please not use these nobreakspaces in code examples? c&p
into config files doesn't work very well with those (configs won't work for
no apparent reason). You can use the <indent> element for indentations.
Thanks, nd
--
"Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine
beiden Gefährten nicht zu zählen brauchte" -- Karl May, "Winnetou III"
Im Westen was neues: <http://pub.perlig.de/books.html#apache2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]