ProFTPD Direktiven

View allView all
DeutschDeutsch OfflineOffline
show also deprecated directives show also Betatest-directives
SearchSearch in  

I've found 8 directive(s) for Module mod_wrap

 
 NameHostsAllowSyslogLevel 
SyntaxHostsAllowSyslogLevel facility-level
ContextServer config <VirtualHost> <Anonymous>
Modulmod_wrap 
From version1.2.0
DescriptionProftpd can log when a connection is allowed as the result of a rule in the file specified in UseHostsAllowFile to the Unix syslog mechanism. A discussion on the facility levels which can be used is given in the SyslogFacility directive.
See Also: HostsDenySyslogLevel
Example 1HostsAllowSyslogLevel local3
06.00.2003 20:02
Go to top
 
 NameHostsDenySyslogLevel 
SyntaxHostsDenySyslogLevel facility-level
ContextServer config <VirtualHost> <Anonymous>
Modulmod_wrap 
From version1.2.0
DescriptionProftpd can log when a connection is rejected as the result of a rule in the file specified in UseHostsAllowFile to the Unix syslog mechanism. A discussion on the facility levels which can be used is given in the SyslogFacility directive
06.00.2003 20:02
Go to top
 
 NameTCPAccessFiles 
SyntaxTCPAccessFiles allow-filename deny-filename
ContextServer config <Global> <VirtualHost> <Anonymous>
Modulmod_wrap 
From version1.2.1
Description
06.00.2003 20:02
Go to top
 
 NameTCPAccessSyslogLevels 
SyntaxTCPAccessSyslogLevels <match>; <remote-server>
ContextServer config <Global> <VirtualHost> <Anonymous>
Modulmod_wrap 
StandardTCPAccessSyslogLevels info warn
From version1.2.1
Description
06.00.2003 20:02
Go to top
 
 NameTCPServiceName 
SyntaxTCPServiceName [ name]
ContextServer config <Global> <VirtualHost>
Modulmod_wrap 
Standardproftpd
From version1.2.1 and later
DescriptionTCPServiceName is used to configure the name of the service under which mod_wrap will check the allow/deny files. By default, this is the name of the program started, i.e. "proftpd". However, some administrators may want to use a different, more generic service name, such as "ftpd"; use this directive for such needs.
Example 1
Example 2
06.00.2003 21:02
Go to top
 
 NameUseHostsAllowFile 
SyntaxUseHostsAllowFile filename
ContextServer config <VirtualHost> <Directory>
Modulmod_wrap 
Standard/etc/hosts.allow
From version1.2.0
Description
Example 1UseHostsAllowFile /etc/ftpd.allow
06.00.2003 20:02
Go to top
 
 NameUseHostsDenyFile 
SyntaxUseHostsDenyFile filename
ContextServer config <VirtualHost> <Anonymous>
Modulmod_wrap 
Standard/etc/hosts.deny
From version1.2.0
Description
Example 1UseHostsDenyFile /etc/ftpd.deny
06.00.2003 20:02
Go to top
 
 NameWrapUserTables 
SyntaxWrapUserTables user-OR-expression source-type:allow-source-info source-info:deny-source-info
ContextServer config <Global> <VirtualHost> <Anonymous>
Modulmod_wrap 
Standard
From version1.2.8rc1 and later
DescriptionThe WrapUserTables directive configures the information necessary for mod_wrap to locate and use the tables containing the access rules for specific users.

The user-OR-expression parameter is a logical OR expression, which means that the connecting user can be any the users listed for this directive to apply. User names may be negated with a ! prefix.

The next two parameters specify two tables, an allow and a deny table, each of which contain the IP addresses, networks or host/network masks to be allowed or denied.

Please consult the relevant submodule documentation for details on that module's syntax for specifying tables. The service name for which mod_wrap will look in the indicated access tables is "proftpd" by default; this can be configured via the WrapGroupTables, WrapServiceName, WrapTables
Example 1
Example 2
01.-1.2003 29:00
Go to top