Current time: 06-02-2024, 08:11 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED ] Problem with Proftd
Author Message
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #12
RE: Problem with Proftd
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
(This post was last modified: 08-04-2009 09:49 PM by theprincy.)
08-04-2009 09:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED ] Problem with Proftd - theprincy - 08-02-2009, 08:26 PM
RE: Problem with Proftd - joximu - 08-03-2009, 06:14 AM
RE: Problem with Proftd - theprincy - 08-03-2009, 04:37 PM
RE: Problem with Proftd - joximu - 08-03-2009, 04:55 PM
RE: Problem with Proftd - theprincy - 08-03-2009, 07:49 PM
RE: Problem with Proftd - theprincy - 08-04-2009, 07:18 PM
RE: Problem with Proftd - BeNe - 08-04-2009, 07:43 PM
RE: Problem with Proftd - theprincy - 08-04-2009, 08:53 PM
RE: Problem with Proftd - BeNe - 08-04-2009, 09:09 PM
RE: Problem with Proftd - theprincy - 08-04-2009, 09:14 PM
RE: Problem with Proftd - BeNe - 08-04-2009, 09:19 PM
RE: Problem with Proftd - theprincy - 08-04-2009, 10:11 PM
RE: Problem with Proftd - theprincy - 08-04-2009 09:45 PM
RE: Problem with Proftd - BeNe - 08-04-2009, 09:57 PM
RE: [SOLVED ] Problem with Proftd - BeNe - 08-04-2009, 10:15 PM
RE: [SOLVED ] Problem with Proftd - TSG - 09-07-2009, 01:40 AM
RE: [SOLVED ] Problem with Proftd - TSG - 09-07-2009, 02:10 AM
RE: [SOLVED ] Problem with Proftd - TSG - 09-07-2009, 03:33 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)