-
## Expected Behavior
`MAIN.bans` counter should be around 1M (approximately)
## Current Behavior
Counter goes up to a very big value:
```
MAIN.bans 18446744073709551579 …
-
Hi,
Thanks for the awesome vmod. We are trying to use it to call an API in our Paywall solution using Varnish.
We are having trouble because libvmod-curl is not using Keep-Alive. I've tried modi…
-
Some resources requested on h2 may fail to load with error net::ERR_CONNECTION_CLOSED using Chrome 69.
I received yesterday the latest Chrome upgrade (Chrome 69) and I started noticing some missing…
-
I'm trying to compile libvmod-lua for varnish5 at centos 7.
But i got this error:
```
make all-recursive
make[1]: Entering directory `/usr/local/src/libvmod-lua-master'
Making all in src
make[2…
-
Any chance this could be updated to work with Varnish6 ?
```
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/varn…
-
I tried to create a wrapper cookbook and made a recipe geoip_varnish4.rb with following content:
git_vmod "GeoIP" do
source "https://github.com/simonvik/libvmod_maxminddb.git"
end
But ended up ge…
-
I am using "GeoIP2-City.mmdb" and i am able to get country code using the documentation provided along with this project. But do you have some more deep examples e.g. how to find name and iso code of …
-
branch:master
version:Latest commit 771f20c
line 17: function declaration
line 38: function declaration
begin end
`
// ===============================================================…
-
Hi,
I have Varnish 4.0.5 installed on a CentOS7 server and I was following the intallation instructions and got stuck on the first command:
./bootstrap
```
+ mkdir -p m4
+ aclocal -I m4 -I …
-
When `vcl_init` fails loading the initial vcl (`-f` parameter), all we say is
```
Child (70751) Pushing vcls failed:
VCL "boot" Failed initialization
```
We should output basic information on…