nats_apache_note
Gets the value of an Apache server note.
Alias: apache_note
Parameters
(Required parameters in bold)
Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
note
|
Name of the Apache note to retrieve
|
Any valid Apache note name
|
None
|
note="my_note"
|
assign
|
Store output in this variable
|
Any valid Smarty variable name
|
See output section below
|
assign="my_var"
|
Output
The value of the apache note placed in the {$note} variable (or whatever variable you specified with the assign parameter.
Notes
None.
See Also