Magellan Linux

Annotation of /trunk/proftpd/modules.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 369 - (hide annotations) (download)
Sat Oct 6 15:10:49 2007 UTC (16 years, 7 months ago) by niro
File size: 748 byte(s)
-ver bump to 1.3.1, added some new modules

1 niro 265 #
2     # This file is used to manage DSO modules and features.
3     #
4    
5     # This is the directory where DSO modules reside
6     ModulePath @@modulepath@@
7    
8     # Allow only user root to load and unload modules, but allow everyone
9     # to see which modules have been loaded
10     ModuleControlsACLs insmod,rmmod allow user root
11     ModuleControlsACLs lsmod allow user *
12    
13     LoadModule mod_ctrls_admin.c
14     LoadModule mod_tls.c
15     LoadModule mod_quotatab.c
16     LoadModule mod_quotatab_file.c
17     LoadModule mod_radius.c
18     LoadModule mod_wrap.c
19     LoadModule mod_rewrite.c
20 niro 369 LoadModule mod_ban.c
21     LoadModule mod_lang.c
22     LoadModule mod_wrap2.c
23     LoadModule mod_wrap2_file.c
24 niro 265
25     # keep this module the last one!
26     # see: http://www.castaglia.org/proftpd/modules/mod_ifsession.html#Installation
27     LoadModule mod_ifsession.c
28