[Varnish] #1626: Message from VCC-compiler: Cannot read file '/varnish/etc/jide123_cc.vcl': No such file or directory

Varnish varnish-bugs at varnish-cache.org
Wed Nov 12 13:06:24 CET 2014


#1626: Message from VCC-compiler: Cannot read file '/varnish/etc/jide123_cc.vcl':
No such file or directory
----------------------+--------------------
 Reporter:  xieyugui  |       Type:  defect
   Status:  new       |   Priority:  normal
Milestone:            |  Component:  build
  Version:  4.0.2     |   Severity:  normal
 Keywords:            |
----------------------+--------------------
 my vcl :
     if (utils.exists("/varnish/etc/jide123_cc.vcl")) {
         include "/varnish/etc/jide123_cc.vcl";
     } else {
         acartoon_cluster.add_backend(acartoon_backend0);
     }

 /varnish/sbin/varnishd -f /varnish/etc/default.vcl  -C
 get a error:
 Message from VCC-compiler: Cannot read file '/varnish/etc/jide123_cc.vcl':
 No such file or directory

 I have to judge whether the file exists, but why I get a error

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1626>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list