I've found 7 directive(s)
which contains display
|
Name | DisplayConnect |   |
Syntax | DisplayConnect filename |
Context | Server config <Global> <VirtualHost> |
Modul | mod_core |
From version | 1.2.0pre2 |
Description | The DisplayConnect directive configures an ASCII text filename which will be displayed to the user when they initially connect but before they login. The filename can be either relative or absolute. In the case of a relative filename, the file is searched for starting in the home directory of the user the server is running as. As this can lead confusion, absolute pathnames are suggested. If the file cannot be found or accessed, no error occurs and nothing is logged or displayed to the client. |
06.00.2003 20:02 |
|
|
|
Name | DisplayFirstChdir |   |
Syntax | DisplayFirstChdir filename |
Context | Server config <Global> <VirtualHost> <Anonymous> <Directory> |
Modul | mod_core |
From version | 0.99.0pl10 |
Description | The DisplayFirstChdir directive configures an ASCII text filename which will be displayed to the user the first time they change into a directory (via CWD) per a given session. The file will also be displayed if proftpd detects that its last modification time has changed since the previous CWD into a given directory. If the filename is relative, it is looked for in the new directory that the user has changed into. Note that for anonymous ftp logins (see <Anonymous>), the file must reside inside the chroot()ed file system space. If the file cannot be found or accessed, no error occurs and nothing is logged or displayed to the client.
DisplayFirstChdir, DisplayConnect, DisplayLogin and DisplayQuit support the following "magic cookies" (only in 0.99.0pl10 and later), which are replaced with their respective strings before being displayed to the user.
%T Current Time
%F Available space on file system
%C Current working directory
%R Remote host name
%L Local host name
%u Username reported by ident protocol
%U Username originally used in login
%M Max number of connections
%N Current number of connections
%E Server admin's e-mail address
%i The number of files uploaded (input) in this session
%o The number of files downloaded (output) in this session
%t The number of files transfered (uploaded and downloaded) in this session
%x The name of the user's class
%y Current number of connections from the user's class
%z Max number of connections from the user's class
NOTE: not all of these may have a rational value, depending on the context in which they're used (e.g., %u if ident lookups are off). |
06.00.2003 20:02 |
|
|
|
Name | DisplayGoAway |   |
Syntax | DisplayGoAway filename |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_core |
From version | 1.2.0pre8 |
Description | The DisplayGoAway directive specifies an ASCII text filename which will be displayed to the user if the class they're a member of has too many users logged in and their login request has been denied. DisplayGoAway supports the same "magic cookies" as DisplayFirstChdir |
06.00.2003 20:02 |
|
|
|
Name | DisplayLogin |   |
Syntax | DisplayLogin filename |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_core |
From version | 0.99.0 |
Description | The DisplayLogin directive configures an ASCII text filename which will be displayed to the user when they initially login. The filename can be either relative or absolute. In the case of a relative filename, the file is searched for in the initial directory a user is placed in immediately after login (home directory for unix user logins, anonymous-root directory for anonymous logins). Note: that for jailed logins, the file must reside inside the chroot()ed file system space. If the file cannot be found or accessed, no error occurs and nothing is logged or displayed to the client. DisplayLogin supports the same "magic cookies" as DisplayFirstChdir. |
06.00.2003 20:02 |
|
|
|
Name | DisplayQuit |   |
Syntax | DisplayQuit filename |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_core |
From version | 1.2.0pre8 |
Description | DisplayQuit configures an ASCII text filename which will be displayed to the user when they quit. The filename can be either relative or absolute. In the case of a relative filename, the file is searched for in current directory a user is in when they logout -- for this reason, a absolute filename is usually preferable. NOTE: for jailed logins, the file must reside inside the chroot()ed file system space. If the file cannot be found or accessed, no error occurs and nothing is logged or displayed to the client. DisplayQuit supports the "magic cookies" listed under DisplayFirstChdir |
06.00.2003 20:02 |
|
|
|
Name | DisplayReadme |   |
Syntax | DisplayReadme filename or pattern |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_readme |
Standard | |
From version | 1.2.0pre8 |
Description | Module: mod_readme The DisplayReadme directive notifies the user of the last change date of the specified file or pattern. Only a single DisplayReadme directive is allowed per configuration scope. DisplayReadme README Will result in: Please read the file README it was last modified on Sun Oct 17 10:36:14 1999 - 0 days ago Being displayed to the user on a cwd. DisplayReadmePattern README* Will result in: Please read the file README it was last modified on Tue Jan 25 04:47:48 2000 - 0 days ago Please read the file README.first it was last modified on Tue Jan 25 04:48:04 2000 - 0 days ago Being displayed to the user on a cwd. |
Example 1 | DisplayReadme README
ergibt:
Please read the File README it was kast modified on SUN Oct 17 10:36:14 1999 - 0 days ago |
Example 2 | DisplayReadmePattern README*
ergibt:
Please read the file README it was last modified on Tue Jan 25 04:47:48 2000 - 0 days ago
Please read the file README.first it was last modified on Tue Jan 25 04:48:04 2000 - 0 days ago |
07.00.2003 19:02 |
|
|
|
Name | QuotaDisplayUnits |   |
Syntax | QuotaDisplayUnits "b"|"Kb"|"Mb"|"Gb" |
Context | |
Modul | mod_quotatab |
Standard | |
From version | 1.2.5rc2 and later |
Description | This directive configures how the user's current byte quota values will be reported to them. Note that this directive does not affect how the quota values are stored in the quota table, only their presentation to the user.
"b" causes quotas to be displayed in bytes; "Kb", kilobytes; "Mb", megabytes; and "Gb", gigabytes
|
Example 1 | # display quota information in megabytes
QuotaDisplayUnits Mb
|
Example 2 | |
05.00.2004 03:01 |
|
|
|