loadmodule mysql in freebsd's proftpd config, fixes #1291
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -46,6 +46,9 @@ AllowStoreRestart On
|
|||||||
DelayEngine off
|
DelayEngine off
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
LoadModule mod_sql.c
|
||||||
|
LoadModule mod_sql_mysql.c
|
||||||
|
|
||||||
<IfModule mod_sql.c>
|
<IfModule mod_sql.c>
|
||||||
DefaultRoot ~
|
DefaultRoot ~
|
||||||
RequireValidShell off
|
RequireValidShell off
|
||||||
|
|||||||
Reference in New Issue
Block a user