Question
Configure Varnish Cache 4.0
Hi
I have follow this guide https://www.digitalocean.com/community/tutorials/how-to-configure-varnish-cache-4-0-with-ssl-termination-on-ubuntu-14-04 and i end up whit this error when i restart Varnish:
sudo service varnish restart
- Stopping HTTP accelerator varnishd [fail]
- Starting HTTP accelerator varnishd [fail] Message from VCC-compiler: Expected an action, ‘if’, ’{’ or ’}’ ('Builtin’ Line 42 Pos 1) vcl 4.0; ###—–
Running VCC-compiler failed, exited with 2
VCL compilation failed
What can be the problem?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Could you post you Varnish configuration to a pastebin? It seems like you have a syntax error at or around line 42 of your vcl file.