loadmodule mysql in freebsd's proftpd config, fixes #1291

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-02 11:02:57 +01:00
parent 96bcb34d81
commit 31f2ececa8

View File

@@ -46,6 +46,9 @@ AllowStoreRestart On
DelayEngine off
</IfModule>
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c
<IfModule mod_sql.c>
DefaultRoot ~
RequireValidShell off