comotion/VSF

Absolute instead of relative paths for vcl

blindpet opened this issue · 2 comments

The current varnish 4.1 repo is not working for me so I had to build from source so I could use VSF

Following my regular guide I usually do but I get this error

Message from VCC-compiler:
Cannot read file 'security/config.vcl' (No such file or directory)
('/etc/varnish/security/vsf.vcl' Line 56 Pos 9)
include "security/config.vcl";
--------#####################-

I can see that it is there

find / -iname variables.vcl
/etc/varnish/security/build/variables.vcl

After manually changing all of the relative paths to absolute by prefixing /etc/varnish it all works again

fgsch commented

Varnish 4.1 is no longer supported.