Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-re
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-re
Commits
92b3349c
Commit
92b3349c
authored
Mar 21, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final version compatible with Varnish 5.0.
parent
aec3634b
Pipeline
#150
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
9 deletions
+25
-9
README.rst
README.rst
+12
-4
configure.ac
configure.ac
+1
-1
vmod_re.vcc
src/vmod_re.vcc
+12
-4
No files found.
README.rst
View file @
92b3349c
...
...
@@ -242,13 +242,19 @@ Description
Example
``set resp.http.X-re-version = re.version();``
REQUIREMENTS
============
The VMOD requires Varnish 5.0.0. See the project repository for
versions that are compatible with other versions of Varnish.
INSTALLATION
============
The
installation process is standard for a Varnish 4 VMOD -- build the
VMOD on a system where an instance of Varnish 4 is installed, and the
auto-tools will attempt to locate the Varnish instance, and then pull
in libraries and other support files from
there.
The
VMOD is built on a system where an instance of Varnish is
installed, and the auto-tools will attempt to locate the Varnish
instance, and then pull in libraries and other support files from
there.
Quick start
-----------
...
...
@@ -315,6 +321,8 @@ Version 0.6: bugfix backrefs for which no string is captured
Version 1.0: stable version compatible with Varnish 4.0, maintained on
branch 4.0, before beginning upgrades for 4.1
Version 1.1: compatible with Varnish 5.0
LIMITATIONS
===========
...
...
configure.ac
View file @
92b3349c
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2013-2015 UPLEX Nils Goroll Systemoptimierung])
AC_INIT([libvmod-re], [1.
0
])
AC_INIT([libvmod-re], [1.
1
])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_re.vcc)
...
...
src/vmod_re.vcc
View file @
92b3349c
...
...
@@ -172,13 +172,19 @@ Description
Example
``set resp.http.X-re-version = re.version();``
REQUIREMENTS
============
The VMOD requires Varnish 5.0.0. See the project repository for
versions that are compatible with other versions of Varnish.
INSTALLATION
============
The
installation process is standard for a Varnish 4 VMOD -- build the
VMOD on a system where an instance of Varnish 4 is installed, and the
auto-tools will attempt to locate the Varnish instance, and then pull
in libraries and other support files from
there.
The
VMOD is built on a system where an instance of Varnish is
installed, and the auto-tools will attempt to locate the Varnish
instance, and then pull in libraries and other support files from
there.
Quick start
-----------
...
...
@@ -245,6 +251,8 @@ Version 0.6: bugfix backrefs for which no string is captured
Version 1.0: stable version compatible with Varnish 4.0, maintained on
branch 4.0, before beginning upgrades for 4.1
Version 1.1: compatible with Varnish 5.0
LIMITATIONS
===========
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment