web::config
key
?value
?
If value
is
ommitted, the current value of
key
is returned. Note that
unlike the set command
web::config always returns the value
for the given key before the new value is set.
This allows to keep the old value and set it back later.
size
?name
?name
?list
?list
?permissions
?The following special subcommand is used to reset all configuration options to their default values:
The following two subcommands are read-only and just return their predefined values:
The following subcommands are also read-only. They return the current request environment within mod_websh (and if applicable in CGI mode):
Example 1. web::config
% web::config decryptchain web::encryptd % web::config filepermissions 0666 0644 % web::config filepermissions 0666 % web::config putxmarkup tag brace % web::config reset % web::config filepermissions 0644 % web::config putxmarkup brace %