Questions tagged [varnish-vcl]

The Varnish Configuration Language (VCL) is a small domain-specific language used to define request handling and caching policies for the Varnish HTTP accelerator. Do not confuse this with the Visual Component Library (VCL) used in Delphi and C++Builder. Use the "vcl" tag for questions related to those products.

The VCL language is a small domain-specific language designed to be used to define request handling and document caching policies for the Varnish HTTP accelerator. When a new configuration is loaded, the varnishd management process translates the VCL code to C and compiles it to a shared object which is then dynamically linked into the server process.

The VCL documentation can be found on the documentation site.

677 questions
-2
votes
1 answer

Vanish to Hitch HTTPS SERViCE

setting img A web server was built on the internal network (no internet connection). Users must be able to access internal users and external (public) users. A situation where a web server cannot be built in the DMZ area The Varnish Cache server is…
Cha
  • 3
  • 3
1 2 3
45
46