|
Name | AccessDenyMsg | |
Syntax | AccessDenyMsg "Nachricht" |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_core |
Standard | Hängt vom Login Typ ab |
From version | 1.2.2 |
Description | Normally, a 530 response message is sent to an FTP client immediately after a failed authentication attempt, with a standard message indicating the the reason of failure. In the case of a wrong password, the reason is usually "Login incorrect." It is this message can be customized with the AccessDenyMsg directive. In the message argument, the magic cookie '%u' is replaced with the username specified by the client during login. |
Example 1 | AccessDenyMsg "Zugriff für %u ist verweigert worden" |
06.00.2003 20:02 |
|
|
|
Name | AccessGrantMsg | |
Syntax | AccessGrantMsg "Nachricht" |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_core |
Standard | Hängt vom Login Typ ab |
From version | 0.99.0pl5 |
Description | Normally, a 230 response message is sent to an FTP client immediately after authentication, with a standard message indicating that the user has either logged in or that anonymous access has been granted. This message can be customized with the AccessGrantMsg directive. In the message argument, the magic cookie '%u' is replaced with the username specified by the client during login.
|
Example 1 | AccessGrantMsg "Zugriff gewährt für %u" |
06.00.2003 20:02 |
|
|
|
Name | ByteRatioErrMsg | |
Syntax | ByteRatioErrMsg foo1 foo2 foo3 |
Context | <Anonymous> <Limit> .ftpaccess <Directory> |
Modul | mod_ratio |
From version | 1.2.0 |
Description | The ByteRatioErrMsg directive |
Example 1 | ByteRatioErrMsg |
06.00.2003 20:02 |
|
|
|
Name | CwdRatioMsg | |
Syntax | CwdRatioMsg foo1 foo2 foo3 |
Context | <Anonymous> <Limit> .ftpaccess <Directory> |
Modul | mod_ratio |
From version | 1.2.0 |
Description | The CwdRatioMsg directive |
Example 1 | CwdRatioMsg |
06.00.2003 20:02 |
|
|
|
Name | FileRatioErrMsg | |
Syntax | FileRatioErrMsg foo1 foo2 foo3 |
Context | <Anonymous> <Limit> .ftpaccess <Directory> |
Modul | mod_ratio |
From version | 1.2.0 |
Description | |
Example 1 | FileRatioErrMsg |
06.00.2003 20:02 |
|
|
|
Name | LeechRatioMsg | |
Syntax | LeechRatioMsg foo1 foo2 foo3 |
Context | <Anonymous> <Limit> .ftpaccess <Directory> |
Modul | mod_ratio |
From version | 1.2.0 |
Description | |
06.00.2003 20:02 |
|
|