Hallo zusammen,
habe ein recht komisches Problem. Der Proftpd startet nicht weil er angeblich "SQLBackend" in der proftpd.conf als falsche Einstellung betittelt.
Habe mich bei der Installation ganz an das Manual hier aus der Dokumentation gehalten und alles läuft problemlos, nur der FTP nicht.
Auf dem Server ist Debian Lenny installiert.
Der genaue (manuelle Startvorgang von Proftpd) verhält sich wie folgt:
Code:
R14573:/etc/proftpd# /etc/init.d/proftpd start
Starting ftp server: proftpd - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release. Please use the DisplayChdir directive.
- Fatal: unknown configuration directive 'SQLAuthTypes' on line 168 of '/etc/proftpd/proftpd.conf'
failed!
Wodran kann das liegen?
Gruß, Dominik
Fehler gefunden:
aus welchen Gründen auch immer waren folgende Zeilen in der modules.conf noch mit kommentaren gesperrt:
Code:
# Install proftpd-mod-mysql or proftpd-mod-pgsql to use this
LoadModule mod_sql.c
Code:
# Install proftpd-mod-mysql to use this
LoadModule mod_sql_mysql.c
Gruß, Dominik