mod_tls/2.1.2: using OpenSSL 0.9.8g 19 Oct 2007
 - disabling runtime support for IPv6 connections 
 - DenyFilter: compiling deny regex '\*.*/'       
 - <Directory /*>: deferring resolution of path   
 - PathDenyFilter: compiling deny regex '.quota$' 
 - <IfModule>: skipping '!mod_sql.c' section at line 108
 - <IfModule>: skipping '!mod_sql_mysql.c' section at line 111
 - <IfModule>: skipping '!mod_quotatab.c' section at line 114 
 - <IfModule>: skipping '!mod_quotatab_sql.c' section at line 117
 - <IfModule>: using 'mod_quotatab.c' section at line 138        
 - <IfModule>: skipping 'mod_ratio.c' section at line 153        
 - <IfModule>: using 'mod_delay.c' section at line 160           
 - <IfModule>: using 'mod_ctrls.c' section at line 164           
 - <IfModule>: using 'mod_ctrls_admin.c' section at line 172     
 - processing configuration directory '/etc/proftpd/ispcp'       
-                                           
- Config for  :        
- Limit                                     
-  IgnoreHidden                             
- /*                                        
-  Umask                                    
-  DirUmask                                 
-  AllowOverwrite                           
-  HideNoAccess                             
-  ShowSymlinks                             
-  AllowStoreRestart                        
-  AllowForeignAddress                      
-  DisplayLogin                             
-  DisplayChdir                             
-  ListOptions                              
-  DenyFilter                               
-  SQLNamedQuery_get-quota-limit            
-  SQLNamedQuery_get-quota-tally            
-  SQLNamedQuery_update-quota-tally         
-  SQLNamedQuery_insert-quota-tally         
-  SQLAuthTypes                             
-  SQLAuthenticate                          
-  SQLConnectInfo                           
-  SQLMinUserUID                            
-  SQLMinUserGID                            
-  RootLogin                                
-  TransferLog                              
-  PathDenyFilter
- DeferWelcome
- DefaultServer
- ShowSymlinks
- AllowOverwrite
- IdentLookups
- AllowStoreRestart
- AllowForeignAddress
- TimeoutLogin
- TimeoutNoTransfer
- TimeoutStalled
- TimeoutIdle
- DisplayLogin
- DisplayChdir
- ListOptions
- DenyFilter
- DefaultRoot
- UserID
- UserName
- GroupID
- GroupName
- QuotaEngine
- QuotaShowQuotas
- QuotaDisplayUnits
- SQLNamedQuery_get-quota-limit
- SQLNamedQuery_get-quota-tally
- SQLNamedQuery_update-quota-tally
- SQLNamedQuery_insert-quota-tally
- QuotaLock
- QuotaLimitTable
- QuotaTallyTable
- DelayEngine
- SQLBackend
- SQLAuthTypes
- SQLAuthenticate
- SQLConnectInfo
- SQLUserTable
- SQLUsernameField
- SQLPasswordField
- SQLUidField
- SQLGidField
- SQLHomedirField
- SQLShellField
- SQLGroupTable
- SQLGroupnameField
- SQLGroupGIDField
- SQLGroupMembersField
- SQLMinUserUID
- SQLMinUserGID
- RootLogin
- TransferLog
- ExtendedLog
- PathDenyFilter
- mod_lang/0.8: binding to text domain 'proftpd' using locale path '/usr/share/locale'
- ProFTPD 1.3.1 (stable) (built Fri Feb 27 20:37:52 UTC 2009) standalone mode STARTUP
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session requested from unknown class
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session closed.
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session requested from unknown class
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session closed.
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session requested from unknown class
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session closed.
cat /etc/proftpd/modules.conf 
Code:
# This file is used to manage DSO modules and features.
#
# This is the directory where DSO modules reside
ModulePath /usr/lib/proftpd
# Allow only user root to load and unload modules, but allow everyone
# to see which modules have been loaded
ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user *
LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c
# Install proftpd-mod-mysql or proftpd-mod-pgsql to use this
LoadModule mod_sql.c
# Install proftpd-mod-ldap to use this
#LoadModule mod_ldap.c
#
# 'SQLBackend mysql' or 'SQLBackend postgres' directives are required
# to have SQL authorization working. You can also comment out the
# unused module here, in alternative.
#
# Install proftpd-mod-mysql to use this
LoadModule mod_sql_mysql.c
# Install proftpd-mod-pgsql to use this
#LoadModule mod_sql_postgres.c
LoadModule mod_radius.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
# Install proftpd-mod-ldap to use this
#LoadModule mod_quotatab_ldap.c
# Install proftpd-mod-pgsql or proftpd-mod-mysql to use this
LoadModule mod_quotatab_sql.c
LoadModule mod_quotatab_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
LoadModule mod_load.c
LoadModule mod_ban.c
LoadModule mod_wrap2.c
LoadModule mod_wrap2_file.c
# Install proftpd-mod-pgsql or proftpd-mod-mysql to use this
LoadModule mod_wrap2_sql.c
LoadModule mod_dynmasq.c
# keep this module the last one
LoadModule mod_ifsession.c
 
if you want to do the login root