This repository was archived by the owner on Dec 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This is an example skeleton for developing out-of-tree Varnish
22vmods. It implements the "Hello, World!" as a vmod callback. Not
3- particular useful in good hello world tradition, but demonstrates how
3+ particularly useful in good hello world tradition, but demonstrates how
44to get the glue around a vmod working.
55
66The source tree is based on autotools to configure the building, and
@@ -10,13 +10,13 @@ using the varnishtest tool.
1010Usage:
1111./configure VARNISHSRC=DIR [VMODDIR=DIR]
1212
13- VARNISHSRCDIR is the directory of the Varnish source tree for which to
14- compile your vmod. Both the VARNISHSRCDIR and VARNISHSRCDIR /include
13+ VARNISHSRC is the directory of the Varnish source tree for which to
14+ compile your vmod. Both the VARNISHSRC and VARNISHSRC /include
1515will be added to the include search paths for your module.
1616
17- Optionally you can also set the vmod install dir by adding VMODDIR=DIR
18- (defaults to the pkg-config discovered directory from your Varnish
19- installation).
17+ Optionally you can also set the vmod install directory by adding
18+ VMODDIR=DIR (defaults to the pkg-config discovered directory from your
19+ Varnish installation).
2020
2121Make targets:
2222make - builds the vmod
You can’t perform that action at this time.
0 commit comments