Magellan Linux

Annotation of /trunk/proftpd/modules.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 371 - (hide annotations) (download)
Mon Oct 15 19:09:01 2007 UTC (16 years, 7 months ago) by niro
File size: 726 byte(s)
-removed mod_lang, gets automatic loaded and server start fails if loaded here

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_wrap2.c
22     LoadModule mod_wrap2_file.c
23 niro 265
24     # keep this module the last one!
25     # see: http://www.castaglia.org/proftpd/modules/mod_ifsession.html#Installation
26     LoadModule mod_ifsession.c
27