DisplayChdir [ DisplayChdir filename [ true ]]
Default
None
Context
server config, <Global>, <VirtualHost>, <Anonymous>, <Directory>
Module
mod_core
Compatibility
1.3.1rc1 and later
DisplayChdir, 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.
%C Current working directory
%E Server admin's e-mail address
%F Available space on file system, in bytes
%f Available space on file system, with units
%i The number of files uploaded (input) in this session
%K Total number of bytes transferred
%k Total number of bytes transferred, in units
%L Local host name
%M Max number of authenticated clients
%N Current number of authenticated clients
%o The number of files downloaded (output) in this session
%R Remote host name
%T Current Time
%t The number of files transfered (uploaded and downloaded) in this session
%U Username originally used in login
%u Username reported by ident protocol
%V Name of virtual host (if any)
%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
%{total_bytes_in} The number of bytes uploaded (input) in this session
%{total_bytes_out} The number of bytes downloaded (output) in this session
%{total_bytes_xfer} The number of bytes transferred (uploaded and downloaded) in this session
%(total_files_in} The number of files uploaded (input) in this session
%(total_files_out} The number of files downloaded (output) in this session
%(total_files_xfer} The number of files transferred (uploaded and downloaded) in this session
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).