You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by ji...@apache.org on 2006/12/14 14:04:27 UTC

svn commit: r487215 - /incubator/mod_ftp/trunk/conf/ftpd.conf

Author: jim
Date: Thu Dec 14 06:04:27 2006
New Revision: 487215

URL: http://svn.apache.org/viewvc?view=rev&rev=487215
Log:
Minor tweak... by default, it's mod_ftp.so

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

Modified: incubator/mod_ftp/trunk/conf/ftpd.conf
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/conf/ftpd.conf?view=diff&rev=487215&r1=487214&r2=487215
==============================================================================
--- incubator/mod_ftp/trunk/conf/ftpd.conf (original)
+++ incubator/mod_ftp/trunk/conf/ftpd.conf Thu Dec 14 06:04:27 2006
@@ -7,7 +7,7 @@
 #########################################################################
 
 # Load the main FTP module
-LoadModule ftp_module /path/to/libmod_ftp.so
+LoadModule ftp_module /path/to/mod_ftp.so
 
 # Load any extension modules we may have.
 <IfModule mod_ftp.c>