* [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/>
> +      &lt;VirtualHost _default_:990&gt;<br/>
> +      <br/>
> +      &#160;&#160;FTP On<br/>
> +      &#160;&#160;SSLEngine On<br/>
> +      &#160;&#160;FTPImplicitSSL On<br/>
> +      <br/>
> +      &#160;&#160;SSLCertificateFile    ssl/server.crt<br/>
> +      &#160;&#160;SSLCertificateKeyFile ssl/server.key<br/>
> +      <br/>
> +      &#160;&#160;ErrorLog logs/ftps_error.log<br/>
> +      <br/>
> +      &#160;&#160;CustomLog logs/ftps_command.log ftp_command<br/>
> +      &#160;&#160;CustomLog logs/ftps_transfer.log ftp_transfer
> env=do_transfer_log<br/> +      <br/>
> +      &#160;&#160;DocumentRoot "/usr/local/apache2/htdocs"<br/>
> +      <br/>
> +      &lt;/VirtualHost&gt;<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]

Reply via email to