|
Name | HostsAllowSyslogLevel | |
Syntax | HostsAllowSyslogLevel facility-level |
Context | Server config <VirtualHost> <Anonymous> |
Modul | mod_wrap |
From version | 1.2.0 |
Description | Proftpd 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 1 | HostsAllowSyslogLevel local3 |
06.00.2003 20:02 |
|
|
|
Name | HostsDenySyslogLevel | |
Syntax | HostsDenySyslogLevel facility-level |
Context | Server config <VirtualHost> <Anonymous> |
Modul | mod_wrap |
From version | 1.2.0 |
Description | Proftpd 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 |
|
|
|
Name | TCPAccessFiles | |
Syntax | TCPAccessFiles allow-filename deny-filename |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_wrap |
From version | 1.2.1 |
Description | |
06.00.2003 20:02 |
|
|
|
Name | TCPAccessSyslogLevels | |
Syntax | TCPAccessSyslogLevels <match>; <remote-server> |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_wrap |
Standard | TCPAccessSyslogLevels info warn |
From version | 1.2.1 |
Description | |
06.00.2003 20:02 |
|
|
|
Name | TCPServiceName | |
Syntax | TCPServiceName [ name] |
Context | Server config <Global> <VirtualHost> |
Modul | mod_wrap |
Standard | proftpd |
From version | 1.2.1 and later |
Description | TCPServiceName 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 |
|
|
|
Name | UseHostsAllowFile | |
Syntax | UseHostsAllowFile filename |
Context | Server config <VirtualHost> <Directory> |
Modul | mod_wrap |
Standard | /etc/hosts.allow |
From version | 1.2.0 |
Description | |
Example 1 | UseHostsAllowFile /etc/ftpd.allow |
06.00.2003 20:02 |
|
|
|
Name | UseHostsDenyFile | |
Syntax | UseHostsDenyFile filename |
Context | Server config <VirtualHost> <Anonymous> |
Modul | mod_wrap |
Standard | /etc/hosts.deny |
From version | 1.2.0 |
Description | |
Example 1 | UseHostsDenyFile /etc/ftpd.deny |
06.00.2003 20:02 |
|
|
|
Name | WrapUserTables | |
Syntax | WrapUserTables user-OR-expression source-type:allow-source-info source-info:deny-source-info |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_wrap |
Standard | |
From version | 1.2.8rc1 and later |
Description | The 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 |
|
|