ispCP - Board - Support
[SOLVED] FTP Problems - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED] FTP Problems (/thread-6517.html)

Pages: 1 2


RE: FTP Problems - BeNe - 04-24-2009 10:36 PM

Here we are Big Grin
Code:
#Include /etc/proftpd/modules.conf
Pleas enable the Modules like
Code:
Include /etc/proftpd/modules.conf

Greez BeNe


RE: FTP Problems - DiXeoN - 04-24-2009 10:45 PM

New error Wink

Code:
- Fatal: LoadModule: error loading module 'mod_ctrls_admin.c': Operation not permitted on line 15 of '/etc/proftpd/modules.conf'



RE: FTP Problems - BeNe - 04-24-2009 10:53 PM

Here is my modules.conf to compare
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
LoadModule mod_sql.c
LoadModule mod_ldap.c
LoadModule mod_sql_mysql.c
LoadModule mod_sql_postgres.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_quotatab_ldap.c
LoadModule mod_quotatab_sql.c
LoadModule mod_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c

# keep this module the last one
LoadModule mod_ifsession.c
Please delete the last two lines in the proftpd.conf
Code:
SQLLOGFILE /var/log/proftpd.sql.log
Include /etc/proftpd/modules.conf
And test it again!

Greez BeNe


RE: FTP Problems - DiXeoN - 04-24-2009 10:54 PM

It worked deleting the last two lines.. lol Smile

Now testing if the ftp really works..

And it DOES!

Thanks mates!


RE: [SOLVED] FTP Problems - BeNe - 04-24-2009 10:57 PM

Cool
Yeah, includes the modules a second time is a problem!
Quote:And it DOES!
Of course, have fun with ispCP Omega and a working FTP-Server.

Greez BeNe


RE: [SOLVED] FTP Problems - DiXeoN - 04-24-2009 10:58 PM

Yeah, figured out that Smile

And thanks, ispCP is one of the greatest free panels ive ever been trying!