-
A few weeks ago, varnish panicked:
```
Panic at: Wed, 25 Apr 2018 23:56:17 GMT
Assert error in ban_lurker_getfirst(), cache/cache_ban_lurker.c line 177:
Condition((oc->flags & OC_F_BUSY) == 0)…
-
## Expected Behavior
Existing VMODs that set NULL (literal 0) as the default value for an ENUM should not be broken.
Since ``VCL_ENUM`` is ``typedef const char *``, NULL is a valid value, and may …
-
Estou enfrentando esse problema na instalação do tema, poderiam me ajudar?
I'm facing this problem during the theme instalation, could someone help me?
![moodle_error](https://user-images.github…
-
I am following the integration guide, but I face a problem concerning the replacement of the RAM by my local library wrappers.
I am not sure to understand what are the ram presented here :
https:…
-
The latest commit to src/vmod_digest.c seems to have broken compile on FreeBSD
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/varnish -Wall -Wextra -Werror -I/usr/l…
-
varnish-6.1.0 and varnish-6.1.1 do not play well with jemalloc-5.0 and pcre-8.42
Example environment: varnish-6.1.1 on fedora 28/x86_64 with jemalloc-5.0.1 and pcre-9.42.
Symptoms: tests m00035.…
-
Hi,
I'm getting ABI mismatch error when running against Varnish 6.0:
```
bash-4.2# /usr/sbin/varnish_reload_vcl
Loading vcl from /etc/varnish/default.vcl
Current running config name is boot
…
-
hi, I am getting below error while laoding vmod in varnish 5.2.1 cache.
dlerror: /usr/lib64/varnish/vmods/libvmod_xkey.so: undefined symbol: vmod_event
There is not init_function also in vmod sr…
-
I'm using a config like this:
```
backend mybackend {
.host = "192.168.99.1";
.port = "10080";
.probe = {
.request =
"GET /something HTTP/1.1"
"Host: localhost:5555"
…
-
Hi.
I have Varnish 5.2.1 with vmod dynamic installed from Yum Repositories on CentOS7 Server, and i'm facing this situation: after a vcl reload the first call to a site server by vmod_dynamic direc…
ghost updated
6 years ago