You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/10/03 03:02:50 UTC

svn commit: r581454 - /httpd/mod_ftp/trunk/conf/ftpd.conf

Author: wrowe
Date: Tue Oct  2 18:02:49 2007
New Revision: 581454

URL: http://svn.apache.org/viewvc?rev=581454&view=rev
Log:
These four directives are covered by the core httpd configuration and
Roy's recent updates to the mime-types files.

Modified:
    httpd/mod_ftp/trunk/conf/ftpd.conf

Modified: httpd/mod_ftp/trunk/conf/ftpd.conf
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/conf/ftpd.conf?rev=581454&r1=581453&r2=581454&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/conf/ftpd.conf (original)
+++ httpd/mod_ftp/trunk/conf/ftpd.conf Tue Oct  2 18:02:49 2007
@@ -26,16 +26,10 @@
 # Uncomment these lines for SSL support.  Also see
 # directives in the VirtualHost context.
 #
-# AddType application/x-x509-ca-cert .crt
-# AddType application/x-pkcs7-crl    .crl
-
 # SSLPassPhraseDialog     builtin
 # SSLSessionCache         dbm:logs/ssl_scache
 # SSLSessionCacheTimeout  300
 # SSLMutex                file:logs/ssl_mutex
-
-# SSLRandomSeed startup builtin
-# SSLRandomSeed connect builtin
 
 # Setup the FTP virtualhost
 <VirtualHost _default_:8021>