|
Command
|
Parameter
|
Argument Type
|
Function
|
|
#config
|
ermsg
|
message
|
Sets the server error message to the string "message"
|
|
sizefmt
|
format
|
The value format is "abbrev" or "bytes". This configures the output of the #fsize command to show file size in bytes or kilobytes(abbrev).
|
|
timefmt
|
string
|
Controls how date and time are displayed. Format of the string is described on a later page.
|
|
#echo
|
var
|
environment variable
|
Echo the environment variable value.
|
|
#exec
|
cmd
|
Executable file name
|
Execute the specified program.
|
|
cgi
|
CGI file name
|
Execute the specified CGI program.
|
|
#flastmod
|
file
|
file name
|
Tells the last time the named file was modified.
|
|
#fsize
|
file
|
file name
|
Tells the file size of the named file.
|
|
#include
|
file
|
file name
|
Puts the contents of the named file inside the current file.
|
|
virtual
|
file name
|
The path to the file is relative to the web server root directory.
|