Commit f6adff4a authored by Rubén Romero's avatar Rubén Romero

Notice on VMODs being available on Varnish 3.0 and later only

parent 8fec3658
...@@ -19,7 +19,8 @@ import example; ...@@ -19,7 +19,8 @@ import example;
DESCRIPTION DESCRIPTION
=========== ===========
Example Varnish vmod demonstrating how to write an out-of-tree Varnish vmod. Example Varnish vmod demonstrating how to write an out-of-tree Varnish vmod
for Varnish 3.0 and later.
Implements the traditional Hello World as a vmod. Implements the traditional Hello World as a vmod.
...@@ -46,9 +47,9 @@ INSTALLATION ...@@ -46,9 +47,9 @@ INSTALLATION
============ ============
This is an example skeleton for developing out-of-tree Varnish This is an example skeleton for developing out-of-tree Varnish
vmods. It implements the "Hello, World!" as a vmod callback. Not vmods available from the 3.0 release. It implements the "Hello, World!"
particularly useful in good hello world tradition, but demonstrates how as a vmod callback. Not particularly useful in good hello world
to get the glue around a vmod working. tradition,but demonstrates how to get the glue around a vmod working.
The source tree is based on autotools to configure the building, and The source tree is based on autotools to configure the building, and
does also have the necessary bits in place to do functional unit tests does also have the necessary bits in place to do functional unit tests
......
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