Commit 91dcc434 authored by Geoff Simmons's avatar Geoff Simmons

Document the environment set in the invoked process.

parent 6ca33ca0
......@@ -124,6 +124,9 @@ nothing more. Do not, for example, add spaces and command-line
arguments; use the ``.arg()`` method for that (see below). No shell
expansion is applied to the string.
The environment of the varnishd worker process is passed to the
program when it is invoked.
The optional ``name`` parameter specifies a name to be used for the
VDP in ``resp.filters``. If ``name`` is not set, then the VDP is
identified by the symbol name of the object; this is the default. For
......
......@@ -108,6 +108,9 @@ nothing more. Do not, for example, add spaces and command-line
arguments; use the ``.arg()`` method for that (see below). No shell
expansion is applied to the string.
The environment of the varnishd worker process is passed to the
program when it is invoked.
The optional ``name`` parameter specifies a name to be used for the
VDP in ``resp.filters``. If ``name`` is not set, then the VDP is
identified by the symbol name of the object; this is the default. For
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment