--------
In message 
<am6pr01mb4279859358682284c40c3457a0...@am6pr01mb4279.eurprd01.prod.exchangelabs.com>,
 [email protected] writes
:

> Thnx for you reply.
> Anther question that pops in mind then. Can vcl's include other files?

Yes:

        include "path-to-file" ;

works _anywhere_ in VCL.

You can do strange things with it like:

        acl something {
                include "/some/where/acl_body";
        }

or even

        acl include "/some/where/name_of_acl"; {
                include "/some/where/acl_body";
        }

But that is probably not very useful :-)

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to