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 wr...@apache.org on 2006/12/14 20:02:46 UTC

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

Author: wrowe
Date: Thu Dec 14 12:02:46 2006
New Revision: 487329

URL: http://svn.apache.org/viewvc?view=rev&rev=487329
Log:
For most - this path is sufficient

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=487329&r1=487328&r2=487329
==============================================================================
--- incubator/mod_ftp/trunk/conf/ftpd.conf (original)
+++ incubator/mod_ftp/trunk/conf/ftpd.conf Thu Dec 14 12:02:46 2006
@@ -7,11 +7,11 @@
 #########################################################################
 
 # Load the main FTP module
-LoadModule ftp_module /path/to/mod_ftp.so
+LoadModule ftp_module modules/mod_ftp.so
 
 # Load any extension modules we may have.
 <IfModule mod_ftp.c>
-LoadModule ftp_module_ext /path/to/libmod_ftp_ext.so
+LoadModule ftp_module_ext modules/libmod_ftp_ext.so
 </IfModule>
 
 # Tell Apache which port it should listen to.